clean up copy

This commit is contained in:
tdgao
2026-03-23 22:24:22 -06:00
parent 17710094e5
commit bc2fa1e9e0
2 changed files with 3 additions and 24 deletions
@@ -107,13 +107,11 @@
{{ formatDate(cancellationDate) }}
</span></template
>.<template v-if="!isFilesExpired">
Your files will be preserved for
<span class="font-medium text-red">30 days</span> after cancellation.</template
>
Your files will be preserved for 30 days after cancellation.
</template>
</div>
<div v-else-if="noticeType === 'moderated'">
Your server has been suspended due to a moderation action. Please contact Modrinth Support
for more information.
Your server has been suspended by moderation action.
</div>
<div v-else>
Your server has been suspended. Please contact Modrinth Support for more information.
@@ -103,14 +103,6 @@ export const SetToCancel: Story = {
},
}
export const SetToCancelFilesExpired: Story = {
args: {
...baseServer,
name: 'Survival SMP',
cancellationDate: new Date(2025, 1, 17).toISOString(),
},
}
export const SuspendedCancelled: Story = {
args: {
...baseServer,
@@ -146,17 +138,6 @@ export const SuspendedPaymentFailed: Story = {
},
}
export const SuspendedPaymentFailedFilesExpired: Story = {
args: {
...baseServer,
name: 'Minigames Network',
status: 'suspended',
suspension_reason: 'paymentfailed',
cancellationDate: new Date(2025, 1, 17).toISOString(),
onDownloadBackup: null,
},
}
export const SuspendedModerated: Story = {
args: {
...baseServer,