Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 17, 2024
1 parent de7af16 commit 14d3e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/state/recoil/selectors/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export const lazyNftCardInfosForDaoSelector = selectorFamily<
data: lazyNftCardProps,
}

const existingChainLoadingNfts = acc[chainId] ? [acc[chainId]] : []
const existingChainLoadingNfts = acc[chainId] ? [acc[chainId]!] : []

const loadingNfts = combineLoadingDataWithErrors(
newChainLoadingNfts,
Expand Down

0 comments on commit 14d3e15

Please sign in to comment.