Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
supreme2580 committed Dec 3, 2024
1 parent 91768c0 commit 0f6ff0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/tabs/nfts/NFTs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
getNewNftsFn,
getTopNftsFn,
getHotNftsFn,
getRoundNftsFn,
getLikedNftsFn
} from '../../services/apiService.js';
import { PaginationView } from '../../ui/pagination.js';
Expand Down Expand Up @@ -168,7 +167,7 @@ const NFTsExpandedSection = (props) => {
))}
</div>
<PaginationView
data={props.allNfts.filter((nft) => nft.dayIndex === dayIndex)}
data={props.allNfts}
setState={props.setAllNftPagination}
stateValue={props.allNftPagination}
/>
Expand Down

0 comments on commit 0f6ff0d

Please sign in to comment.