From 3e2e8fd8583a70aaf5850f5bd9c8704c6fb0a6c8 Mon Sep 17 00:00:00 2001 From: FineArchs <133759614+FineArchs@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:22:39 +0900 Subject: [PATCH] lint fix --- packages/frontend/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 3d4b560d66b2..db7ab23db57b 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -118,7 +118,7 @@ export const defaultStore = markRaw(new Storage('base', { }, reactions: { where: 'account', - default: ['👍', '❤️', '⭐', '🤔', '😩', '㊗️', '🍮' , ':iihanashi:','🈂️',':kandou:', ':voskey_icon:' , ':takahashi_fankit:'], + default: ['👍', '❤️', '⭐', '🤔', '😩', '㊗️', '🍮', ':iihanashi:', '🈂️', ':kandou:', ':voskey_icon:', ':takahashi_fankit:'], }, pinnedEmojis: { where: 'account',