Skip to content

Commit 34b5422

Browse files
authored
indent
1 parent abb8cc0 commit 34b5422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/components/MkPostForm.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const placeholder = computed((): string => {
265265
});
266266

267267
const submitText = computed((): string => {
268-
if (scheduledTime.value) {
268+
if (scheduledTime.value) {
269269
return i18n.ts.schedule;
270270
} else if (renote.value) {
271271
return i18n.ts.quote;

0 commit comments

Comments
 (0)