Skip to content

Commit

Permalink
Temp hide provisions popup
Browse files Browse the repository at this point in the history
  • Loading branch information
igalst committed Feb 20, 2024
1 parent df7cf84 commit 4863e77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { Button } from "@ui/Button";
import { useLocalStorage } from "usehooks-ts";

const ProvisionsPopup = () => {
return null;

const [isProvisionsPopupOpen, setIsProvisionsPopupOpen] = useLocalStorage(
"isProvisionsPopupOpen",
true
Expand Down

0 comments on commit 4863e77

Please sign in to comment.