Make typescript happy

This commit is contained in:
Austin Chen 2022-06-08 09:10:34 -07:00
parent 2fdb962a14
commit 853c45d564

View File

@ -15,7 +15,7 @@ import { LiquidityGraph } from 'web/components/contract/liquidity-graph'
import { Col } from 'web/components/layout/col'
import { Row } from 'web/components/layout/row'
const users = {
const users: Record<string, any> = {
alice: {
M: 100,
YES: 0,