Skip to content

Commit

Permalink
CP-8806: Don't create duplicate owl loader (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs authored and atn4z7 committed Jun 26, 2024
1 parent 898b560 commit a7bc042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-mobile/app/components/GlobalOwlLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const showModal = (element: JSX.Element): void => {
'duplicate owl modal',
'there is already a modal shown, you should hide it first'
)
return
}
rootNode = new RootSiblingsManager(element)
}
Expand Down

0 comments on commit a7bc042

Please sign in to comment.