diff --git a/packages/react-app/src/App.js b/packages/react-app/src/App.js index 5ecb46e..42d47f3 100644 --- a/packages/react-app/src/App.js +++ b/packages/react-app/src/App.js @@ -9,7 +9,7 @@ import { Exchange, Loader, WalletButton } from "./components"; const App = () => { const { account } = useEthers(); - const poolsLoading = false; + const [poolsLoading, pools] = usePools(); return (