mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
trailing comma
This commit is contained in:
parent
9eba444061
commit
52ea9ee759
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
showAdminUpdates: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
}
|
||||
},
|
||||
}));
|
||||
|
||||
// TODO: 他のタブと永続化されたstateを同期
|
||||
|
|
Loading…
Reference in a new issue