Browse Source

Merge #713

713: Remove unused settings navigation item r=thomaseizinger a=thomaseizinger

Found during this morning's testing round.


Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
debug-collab-settlement
bors[bot] 3 years ago
committed by GitHub
parent
commit
9c31ca750a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      taker-frontend/src/components/NavBar.tsx

1
taker-frontend/src/components/NavBar.tsx

@ -54,7 +54,6 @@ export default function Nav({ walletInfo, connectedToMaker }: NavProps) {
<MenuList alignItems={"center"}>
<MenuItem onClick={() => navigate("/")}>Home</MenuItem>
<MenuItem onClick={() => navigate("/wallet")}>Wallet</MenuItem>
<MenuItem>Settings</MenuItem>
</MenuList>
</Menu>
<Heading size={"sm"}>{"Maker status: " + (connectedToMaker ? "Online" : "Offline")}</Heading>

Loading…
Cancel
Save