Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 28, 2023
1 parent 86a36e2 commit cdca554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/provider/modules/modal/modal.ts
Expand Up @@ -25,7 +25,7 @@ export const useModal = (
setModalOpen(false);

if (
!forcedPage &&
!forcedPage &&
areScopesFullfiled &&
!!modalCallback &&
isLoggedIn &&
Expand All @@ -47,7 +47,7 @@ export const useModal = (
network,
masa,
areScopesFullfiled,
forcedPage
forcedPage,
]
);

Expand Down

0 comments on commit cdca554

Please sign in to comment.