Skip to content

Commit

Permalink
fix: infinite loader after closing team modal with x button
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 committed Sep 15, 2023
1 parent 8b577c2 commit 8eee82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Dashboard = () => {
hasIndicator
style={teamsModalStyle}
isOpen={isSuccessModalVisible}
onHide={closeSuccessModal}>
onHide={handleModalClose}>
<TeamsModal closeModal={handleModalClose} />
</SwipeableModalRegular>
</SafeAreaWrapper>
Expand Down

0 comments on commit 8eee82e

Please sign in to comment.