Skip to content

Commit

Permalink
fix: showing form notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Jul 10, 2024
1 parent cc89846 commit 0d81dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const UserProfile = () => {
/>

<>
{!!notification.show && pristine && !touched && (
{notification.show && pristine && (
<TextNotification
isVisible={notification.show}
variant={notification.variant}
Expand Down

0 comments on commit 0d81dc1

Please sign in to comment.