Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Jan 16, 2025
1 parent abb8cc0 commit 34b5422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkPostForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const placeholder = computed((): string => {
});

const submitText = computed((): string => {
if (scheduledTime.value) {
if (scheduledTime.value) {
return i18n.ts.schedule;
} else if (renote.value) {
return i18n.ts.quote;
Expand Down

0 comments on commit 34b5422

Please sign in to comment.