Skip to content

Commit

Permalink
fix: spell
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 17, 2024
1 parent 4d4e941 commit cc4e00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/components/api-keys/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const ApiKeyCreate = ({ defaultWalletId }: Prop) => {
router.refresh()
}

const handelBtcPayCopy = () => {
const handleBtcPayCopy = () => {
setBtcPayCopied(true)
setTimeout(() => {
setBtcPayCopied(false)
Expand Down Expand Up @@ -168,7 +168,7 @@ const ApiKeyCreate = ({ defaultWalletId }: Prop) => {
justifyContent: "center",
alignItems: "center",
}}
onClick={handelBtcPayCopy}
onClick={handleBtcPayCopy}
>
Copy GraphQl settings for BTCPay server
</Button>
Expand Down

0 comments on commit cc4e00c

Please sign in to comment.