Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Mar 29, 2024
1 parent 6b3afe7 commit 635d080
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ArrowRight, CheckCircle, Copy } from "lucide-react"
import { useEffect, useState } from "react"
import { useState } from "react"
import {
entropyToMiniSecret,
generateMnemonic,
Expand Down Expand Up @@ -31,10 +31,6 @@ export const AddAccount = () => {
revalidateOnFocus: true,
})

useEffect(() => {
console.log("keysets", keysetsData)
}, [keysetsData])

// HACK: work around for double submit
const [isSubmitted, setIsSubmitted] = useState(false)

Expand Down

0 comments on commit 635d080

Please sign in to comment.