Skip to content

Commit

Permalink
feat: remove staking badge notification (#7356)
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored Aug 24, 2023
1 parent 52da4b8 commit 0a227c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/shared/components/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@
function updateSidebarNotification() {
sidebarTabs = sidebarTabs.map((tab) => {
switch (tab.route) {
case DashboardRoute.Staking:
tab.notificationType = !$activeProfile?.hasVisitedStaking
? 'error'
: showStakingNotification
? 'warning'
: null
break
case DashboardRoute.Governance:
tab.notificationType = showGovernanceNotification ? 'warning' : null
break
Expand Down

0 comments on commit 0a227c2

Please sign in to comment.