Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Feb 8, 2022
1 parent 111a30f commit 15b1adb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/components/SideBar/MenuLinks/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ export function useMenuLinks() {

const menuLinks = useMemo(() => {
let links = cloneDeep(linkList);
if (!isTrezor) {
links = links.filter((l) => l.key !== TREZOR_KEY);
}
if (!lnEnabled) {
links = links.filter((l) => l.key !== LN_KEY);
}
Expand Down

0 comments on commit 15b1adb

Please sign in to comment.