Remove unused id param

This commit is contained in:
ekzyis 2023-08-10 00:04:57 +02:00
parent 118f591d04
commit bd59e392b7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { useRouter } from 'next/router'
import { INVOICE } from '../../fragments/wallet'
import { SSR } from '../../lib/constants'
export default function FullInvoice ({ id }) {
export default function FullInvoice () {
const router = useRouter()
const { data, error } = useQuery(INVOICE, SSR
? {}