Skip to content

Commit

Permalink
chore: hide AccountModal on profile visit
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Sep 9, 2024
1 parent c6a1b5a commit ec9987f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const AccountModal = () => {
size: "sm",
})}
variant="unstyled"
onClick={() => setIsOpen(false)}
>
View profile
<ArrowRight weight="bold" />
Expand Down

0 comments on commit ec9987f

Please sign in to comment.