Skip to content

Commit

Permalink
fix: Fixed Feedback Closing mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
noahonyejese committed Nov 20, 2024
1 parent c3587b3 commit e0a8878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/login/components/login-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const LoginMenu = () => {
<Feedback
anchorEl={anchorEl}
open={feedbackMenuOpen}
handleClose={() => setFeedbackMenuOpen(true)}
handleClose={() => setFeedbackMenuOpen(false)}
/>
</>
) : (
Expand Down

0 comments on commit e0a8878

Please sign in to comment.