Álvaro Valenzuela Valdes commited on
Commit ·
19c8899
1
Parent(s): e3f609a
fix: Add 'My Portfolio' to Sidebar types
Browse files
frontend/components/Sidebar.tsx
CHANGED
|
@@ -5,6 +5,7 @@ import type { Dispatch, SetStateAction } from "react";
|
|
| 5 |
type SidebarTab =
|
| 6 |
| "Dashboard"
|
| 7 |
| "Tender Search"
|
|
|
|
| 8 |
| "Company Profile"
|
| 9 |
| "Agent Analysis"
|
| 10 |
| "Proposal Draft"
|
|
|
|
| 5 |
type SidebarTab =
|
| 6 |
| "Dashboard"
|
| 7 |
| "Tender Search"
|
| 8 |
+
| "My Portfolio"
|
| 9 |
| "Company Profile"
|
| 10 |
| "Agent Analysis"
|
| 11 |
| "Proposal Draft"
|