From 9d5a9dfcad9f807bb0c928fb66f0d3a6b25786f3 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 26 Nov 2021 08:22:57 +1100 Subject: [PATCH] Remove unused settings navigation item --- taker-frontend/src/components/NavBar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/taker-frontend/src/components/NavBar.tsx b/taker-frontend/src/components/NavBar.tsx index 99e87f1..437b44f 100644 --- a/taker-frontend/src/components/NavBar.tsx +++ b/taker-frontend/src/components/NavBar.tsx @@ -54,7 +54,6 @@ export default function Nav({ walletInfo, connectedToMaker }: NavProps) { navigate("/")}>Home navigate("/wallet")}>Wallet - Settings {"Maker status: " + (connectedToMaker ? "Online" : "Offline")}