Fix trailing commas (#12628)
This commit is contained in:
parent
2217d0c050
commit
ebdb443180
3 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ async function onClick() {
|
|||
});
|
||||
emit('update:user', {
|
||||
...props.user,
|
||||
withReplies: defaultStore.state.defaultWithReplies
|
||||
withReplies: defaultStore.state.defaultWithReplies,
|
||||
});
|
||||
hasPendingFollowRequestFromYou.value = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue