Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Apr 15, 2024
1 parent ed06c3c commit eef377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/server/api/routers/l1Nfts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const l1NftsRouter = createTRPCRouter({

return {
contractAddress: contract.address,
isBridgeable: true,
isBridgeable,
media,
name: contract.name ?? contract.symbol ?? "Unknown",
totalBalance: contract.totalBalance,
Expand Down

0 comments on commit eef377e

Please sign in to comment.