diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 3d13cd439a..2de050d483 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -614,13 +614,13 @@ function showOtherSettings() { action: () => { toggleReactionAcceptance(); }, - }, { + }, ...($i.policies.scheduledNoteLimit > 0 ? [{ icon: 'ti ti-calendar-time', text: i18n.ts.schedulePost + '...', action: () => { schedule(); }, - }, { type: 'divider' }, { + }] : []), { type: 'divider' }, { type: 'switch', icon: 'ti ti-eye', text: i18n.ts.preview,