Skip to content

Commit

Permalink
Merge pull request #29 from cesardeazevedo/prod
Browse files Browse the repository at this point in the history
Prod
  • Loading branch information
cesardeazevedo authored Jan 22, 2025
2 parents 69b8fba + e69f68d commit d98c67e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/dialogs/zapinvoice.dialog.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { decodeNIP19 } from '@/utils/nip19'
import { useMatch } from '@tanstack/react-router'
import { useMatch, useRouter } from '@tanstack/react-router'
import { useCallback } from 'react'
import { DialogSheet } from '../elements/Layouts/Dialog'
import { ZapRequestInvoice } from '../elements/Zaps/ZapRequestInvoice'
Expand All @@ -15,6 +15,7 @@ export const ZapRequestInvoiceDialog = () => {
// @ts-ignore
select: (x) => x.search.nevent,
})
const router = useRouter()

const handleClose = useCallback(() => {
// @ts-ignore
Expand Down

0 comments on commit d98c67e

Please sign in to comment.