diff --git a/packages/react-app/src/components/Exchange.js b/packages/react-app/src/components/Exchange.js index 878120b..07da0ba 100644 --- a/packages/react-app/src/components/Exchange.js +++ b/packages/react-app/src/components/Exchange.js @@ -7,7 +7,7 @@ import { parseUnits } from "ethers/lib/utils"; import { ROUTER_ADDRESS } from "../config"; -const Exchange = () => { +const Exchange = ({ pools }) => { return (