mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
clean up copy
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user