Skip to content

Commit

Permalink
remove unused account navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwishing committed Oct 10, 2024
1 parent 344c89c commit 1e0052d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/components/navigation/sidemenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
href: `/${network}/accounts/${context.account.name}`,
text: 'My Account'
});
items.splice(1, 0, {
href: `/${network}/account/${context.account.name}`,
text: 'My Account'
});
}
return items;
});
Expand Down

0 comments on commit 1e0052d

Please sign in to comment.