Skip to content

Commit

Permalink
super small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed May 30, 2024
1 parent 58ba992 commit 0dc371f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const EventCardCalendar: React.FC<EventCardCalendarProps> = ({
return (
<Box margin="xl">
<TouchableOpacity>
{!isHappening && (
{isHappening && (
<Box
zIndex={1}
position="absolute"
Expand Down

0 comments on commit 0dc371f

Please sign in to comment.