Skip to content

Commit

Permalink
fix: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRH committed Aug 29, 2024
1 parent 55f371d commit 99e82e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FeedbackButton/FeedbackButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ const FeedbackButton: FC<FeedbackButtonProps> = ({
setIsOpen(false);
throw e;
}

setIsOpen(false);
};

return (
Expand Down

0 comments on commit 99e82e7

Please sign in to comment.