diff --git a/cashtab/src/components/Agora/OrderBook/index.tsx b/cashtab/src/components/Agora/OrderBook/index.tsx --- a/cashtab/src/components/Agora/OrderBook/index.tsx +++ b/cashtab/src/components/Agora/OrderBook/index.tsx @@ -734,7 +734,7 @@ */ useEffect(() => { fetchAndPrepareActiveOffers(); - }, []); + }, [tokenId]); // When activeOffers loads, select the spot price and make necessary calcs useEffect(() => {