Skip to content

Commit

Permalink
Merge pull request #2573 from starknet-io/dev
Browse files Browse the repository at this point in the history
Merge dev into production
  • Loading branch information
igalst authored Feb 20, 2024
2 parents c33d689 + 4863e77 commit 0bb3c28
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 0bb3c28

Please sign in to comment.