Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mizanxali committed Dec 14, 2021
1 parent ef658c6 commit 701df5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/explore/[game].js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ export default function Game({ NFTs, isLoading }) {
{isLoading ? <Loader /> : thisGameNFTs.length ?
<div className='my-6 mx-16 grid grid-cols-1 md:grid-cols-3 xl:grid-cols-4 gap-8'>
{thisGameNFTs.map((NFT, i) => <ClipCard key={i} NFT={NFT} />)}
{thisGameNFTs.map((NFT, i) => <ClipCard key={i} NFT={NFT} />)}
{thisGameNFTs.map((NFT, i) => <ClipCard key={i} NFT={NFT} />)}
</div> : <h1 className='my-16 text-center text-xl text-primary'>No NFTs found.</h1>}
</div>
</div>
Expand Down

0 comments on commit 701df5e

Please sign in to comment.