Fix lint error
This commit is contained in:
parent
816fc5d64c
commit
aaef9842d4
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue
Block a user