Skip to content

Commit

Permalink
fix #10850 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed May 15, 2023
1 parent 86f952e commit c066013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ if ($i) {
// only add post shortcuts if logged in
hotkeys['p|n'] = post;

defaultStore.ready.then(() => {
defaultStore.loaded.then(() => {
if (defaultStore.state.accountSetupWizard !== -1) {
popup(defineAsyncComponent(() => import('@/components/MkUserSetupDialog.vue')), {}, {}, 'closed');
}
Expand Down

0 comments on commit c066013

Please sign in to comment.