Skip to content

Commit

Permalink
blerdpass
Browse files Browse the repository at this point in the history
  • Loading branch information
nativityinblack.eth committed Jul 7, 2022
1 parent 4e21981 commit ed9bd09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blerdpass-frontend/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ import {useEffect, useState} from "react";

const Home: NextPage = () => {

const share = useAppSelector((state) => state.app.showShare)
const [open, setOpen] = useState(false);


useEffect(() => {
setOpen(share)
}, [share])


// @ts-ignore
Expand Down

0 comments on commit ed9bd09

Please sign in to comment.