Skip to content

Commit

Permalink
Fix AllNFT
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Nov 22, 2023
1 parent 95fac70 commit 1958a78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/pages/nft/AllNFTPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class AllNFTPage extends React.Component {
state = {}

componentDidMount() {
this.refetch()
setTimeout(() => {
this.refetch()
}, 500)
}

refetch = () => {
Expand Down

0 comments on commit 1958a78

Please sign in to comment.