data-dex
data-dex copied to clipboard
Performance issue: Data NFT Details page is making API calls multiple times
When you go into a Data NFT details page directly or via a drawer, this useEffect is firing at least 2 times. Causing 4 API calls to be made instead of 2.
We need to improve performance here.