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