Skip to content

Commit

Permalink
fix: register tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Aug 22, 2024
1 parent c2d72df commit f65a14f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/features/dashboard/manage-dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ const ManageDashboard = () => {
href: '/dashboard',
target: '_self',
},
[TDashboardTab.REGISTER_TOKENS]: {
content: 'Register tokens',
href: '/dashboard',
target: '_self',
},
};

const breadcrumbsLinks = [...commonLinks, tabSecndryLinks[currentTab]].filter(Boolean);
Expand Down

0 comments on commit f65a14f

Please sign in to comment.