From e03eb2f3fdd53d631d6af61c07c11ac72d35a1c7 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 10 Dec 2021 00:27:44 -0800 Subject: [PATCH] Code cleanups --- web/pages/account.tsx | 1 - web/pages/contract/index.tsx | 4 ++-- web/pages/simulator/index.tsx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/pages/account.tsx b/web/pages/account.tsx index cfcee79a..7487a48d 100644 --- a/web/pages/account.tsx +++ b/web/pages/account.tsx @@ -19,7 +19,6 @@ export default function Account() { return (
- {/*
*/}
diff --git a/web/pages/contract/index.tsx b/web/pages/contract/index.tsx index 561be370..8d321466 100644 --- a/web/pages/contract/index.tsx +++ b/web/pages/contract/index.tsx @@ -12,7 +12,7 @@ import { function ContractCard(props: { contract: Contract }) { const { contract } = props return ( -
  • +
  • @@ -63,7 +63,7 @@ export function ContractList(props: { contracts: Contract[] }) {
      {contracts.map((contract) => ( - + ))}
    diff --git a/web/pages/simulator/index.tsx b/web/pages/simulator/index.tsx index 5f57f49d..7697f6d6 100644 --- a/web/pages/simulator/index.tsx +++ b/web/pages/simulator/index.tsx @@ -249,7 +249,7 @@ export default function Simulator() { } return ( -
    +
    {/* Left column */}