diff --git a/frontend/app/components/shared/SessionListContainer/components/SessionHeader/SessionHeader.tsx b/frontend/app/components/shared/SessionListContainer/components/SessionHeader/SessionHeader.tsx index 6ed0b3b97..1a8c43b03 100644 --- a/frontend/app/components/shared/SessionListContainer/components/SessionHeader/SessionHeader.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/SessionHeader/SessionHeader.tsx @@ -70,7 +70,7 @@ function SessionHeader(props: Props) { - {activeTab === 'all' && ( + {activeTab !== 'notes' && activeTab !== 'bookmark' ? (