Fix lint error

This commit is contained in:
Marshall Polaris 2022-06-12 21:44:35 -07:00
parent 816fc5d64c
commit aaef9842d4

View File

@ -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 (