Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 17, 2024
1 parent 6c68115 commit 94b46c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/store/global/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ const isPgliteInited = (s: GlobalStore): boolean =>
s.initClientDBStage === DatabaseLoadingState.Ready) ||
false;

const isPgliteNotInited = () => false;

const isPgliteInited = (): boolean => true;

export const systemStatusSelectors = {
filePanelWidth,
hidePWAInstaller,
Expand Down

0 comments on commit 94b46c8

Please sign in to comment.