Fix trailing commas (#12628)
This commit is contained in:
		| @@ -54,7 +54,7 @@ watch(() => props.lang, (to) => { | ||||
| 	return new Promise((resolve) => { | ||||
| 		fetchLanguage(to).then(() => resolve); | ||||
| 	}); | ||||
| }, { immediate: true, }); | ||||
| }, { immediate: true }); | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|   | ||||
| @@ -108,7 +108,7 @@ import { | ||||
| 	UnicodeEmojiDef, | ||||
| 	unicodeEmojiCategories as categories, | ||||
| 	getEmojiName, | ||||
| 	CustomEmojiFolderTree | ||||
| 	CustomEmojiFolderTree, | ||||
| } from '@/scripts/emojilist.js'; | ||||
| import MkRippleEffect from '@/components/MkRippleEffect.vue'; | ||||
| import * as os from '@/os.js'; | ||||
|   | ||||
| @@ -104,7 +104,7 @@ async function onClick() { | ||||
| 				}); | ||||
| 				emit('update:user', { | ||||
| 					...props.user, | ||||
| 					withReplies: defaultStore.state.defaultWithReplies | ||||
| 					withReplies: defaultStore.state.defaultWithReplies, | ||||
| 				}); | ||||
| 				hasPendingFollowRequestFromYou.value = true; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 woxtu
					woxtu