Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Nov 13, 2024
1 parent d237651 commit 3e2e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3e2e8fd

Please sign in to comment.