Skip to content

Commit

Permalink
chnage to unset
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed Feb 19, 2024
1 parent f609c11 commit ad93c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ProvisionsPopup = () => {
bottom="0"
right="0"
left="0"
display={isOpen ? "block" : "none"}
display={isOpen ? "unset" : "none"}
backgroundColor="rgba(0,0,0,0.7)"
onClick={onClose}
>
Expand Down

0 comments on commit ad93c64

Please sign in to comment.