diff --git a/apps/earn-protocol/components/layout/PortfolioPageView/PortfolioPageView.tsx b/apps/earn-protocol/components/layout/PortfolioPageView/PortfolioPageView.tsx index c53797599..44fc37d05 100644 --- a/apps/earn-protocol/components/layout/PortfolioPageView/PortfolioPageView.tsx +++ b/apps/earn-protocol/components/layout/PortfolioPageView/PortfolioPageView.tsx @@ -26,13 +26,26 @@ export const PortfolioPageView: FC = ({ strategiesList, }) => { const tabs = [ - { label: 'Overview', content: }, { + id: 'overview', + label: 'Overview', + content: , + }, + { + id: 'wallet', label: 'Wallet', content: , }, - { label: 'Rebalance Activity', content: }, - { label: 'Rewards', content: }, + { + id: 'rebalance-activity', + label: 'Rebalance Activity', + content: , + }, + { + id: 'rewards', + label: 'Rewards', + content: , + }, ] return (