Skip to content

Commit

Permalink
fix: me being stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 15, 2024
1 parent 6be2fdf commit d699df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const SignedInUserCard: React.FunctionComponent<SignInUserCardProps> = ({
}
};

const shouldDisplayReason = true;
const shouldDisplayReason = !(reason?.name === REP_ON_SHIFT || reason?.name === REP_OFF_SHIFT);

return (
<Card
Expand Down

0 comments on commit d699df9

Please sign in to comment.