Make typescript happy
This commit is contained in:
parent
2fdb962a14
commit
853c45d564
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user