Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Jan 21, 2025
1 parent c948a35 commit 57cfdf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Wallet/Settings/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import useKaspa from "@/hooks/useKaspa"
export default function Wallet () {
const { request } = useKaspa()

const [ password, setPassword ] = useState("")
const [ count, setCount ] = useState<number>()

useEffect(() => {
Expand Down

0 comments on commit 57cfdf1

Please # to comment.