diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 36fa23b84..81c008bc9 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -266,7 +266,7 @@ export const defaultStore = markRaw(new Storage('base', { showAdminUpdates: { where: 'account', default: true, - } + }, })); // TODO: 他のタブと永続化されたstateを同期