Update Exchange.js

This commit is contained in:
Daniel
2022-11-05 13:23:47 +01:00
parent 429646f883
commit 0d96c0e3f0

View File

@@ -13,6 +13,9 @@ import Balance from "./";
import styles from "../styles";
const Exchange = ({ pools }) => {
const { account } = useEthers();
const isApproving = isOperationPending(swapApproveState);
const isSwapping = isOperationPending(swapExecuteState);