From 1958a780b03297b4aaba1dd607e9f7069611e1b3 Mon Sep 17 00:00:00 2001 From: 1aerostorm Date: Wed, 22 Nov 2023 13:05:59 +0000 Subject: [PATCH] Fix AllNFT --- app/components/pages/nft/AllNFTPage.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/pages/nft/AllNFTPage.jsx b/app/components/pages/nft/AllNFTPage.jsx index f72cb7c..1791214 100644 --- a/app/components/pages/nft/AllNFTPage.jsx +++ b/app/components/pages/nft/AllNFTPage.jsx @@ -15,7 +15,9 @@ class AllNFTPage extends React.Component { state = {} componentDidMount() { - this.refetch() + setTimeout(() => { + this.refetch() + }, 500) } refetch = () => {