Skip to content

Commit

Permalink
render the Notes tab, now that it has proper setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alixlahuec committed Aug 4, 2024
1 parent a107b99 commit 19dbfbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Dashboard/Explorer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ const TABS_LIST: TabConfig[] = [
{
show: TabsEnum.PDFS,
title: "PDFs"
},
{
show: TabsEnum.NOTES,
title: "Notes"
}
];

Expand Down

0 comments on commit 19dbfbd

Please sign in to comment.