From 853c45d5642585ba9ec684a3448615d065b13a48 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 8 Jun 2022 09:10:34 -0700 Subject: [PATCH] Make typescript happy --- web/pages/swap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/swap.tsx b/web/pages/swap.tsx index f2207cf3..376a1601 100644 --- a/web/pages/swap.tsx +++ b/web/pages/swap.tsx @@ -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 = { alice: { M: 100, YES: 0,