From 9a1a63533b9c4ee85825a5707b2a38344be6bdda Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 19 Dec 2020 21:53:20 +0000 Subject: [PATCH] commented out wallet card until backend sends data to it --- websrc/components/Navbars.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/websrc/components/Navbars.tsx b/websrc/components/Navbars.tsx index 29ffb1a..fc78d48 100644 --- a/websrc/components/Navbars.tsx +++ b/websrc/components/Navbars.tsx @@ -1,7 +1,4 @@ import React, {Component} from "react"; -import {NewTickMessage} from "../types"; -import {SidebarCard, WalletCard} from "./Cards"; -import {DollarIcon} from "./Icons"; export class Navbar extends Component { constructor(props) { @@ -51,7 +48,7 @@ export class Navbar extends Component { } } -export class Sidebar extends Component<> { +export class Sidebar extends Component { constructor(props) { super(props); } @@ -61,7 +58,7 @@ export class Sidebar extends Component<> { ) }