Skip to content

Commit

Permalink
add address in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrisqid committed Aug 10, 2024
1 parent bfbbf2f commit a8c8734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/haus/src/app/ticket/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function TicketPage() {
if (address) {
fetchData()
}
}, [])
}, [address])

if (loading) return <>Loading...</>
return (
Expand Down

0 comments on commit a8c8734

Please sign in to comment.