1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 12:05:48 +02:00

Fix trailing commas (#12628)

This commit is contained in:
woxtu
2023-12-11 20:31:23 +09:00
committed by GitHub
parent 2217d0c050
commit ebdb443180
3 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ async function onClick() {
});
emit('update:user', {
...props.user,
withReplies: defaultStore.state.defaultWithReplies
withReplies: defaultStore.state.defaultWithReplies,
});
hasPendingFollowRequestFromYou.value = true;