trailing comma
This commit is contained in:
parent
35e5aa9395
commit
6868fce23b
|
@ -266,7 +266,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
showAdminUpdates: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
}
|
||||
},
|
||||
}));
|
||||
|
||||
// TODO: 他のタブと永続化されたstateを同期
|
||||
|
|
Loading…
Reference in New Issue