From aaef9842d431c3a240564daa5c1e3e82e949834e Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 12 Jun 2022 21:44:35 -0700 Subject: [PATCH] Fix lint error --- web/components/liquidity-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/liquidity-panel.tsx b/web/components/liquidity-panel.tsx index 63515c23..4f836da7 100644 --- a/web/components/liquidity-panel.tsx +++ b/web/components/liquidity-panel.tsx @@ -136,7 +136,7 @@ function AddLiquidityPanel(props: { contract: CPMMContract }) { function ViewLiquidityPanel(props: { contract: CPMMContract }) { const { contract } = props - const { id: contractId, pool } = contract + const { pool } = contract const { YES: yesShares, NO: noShares } = pool return (