diff --git a/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx b/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx index 67c1e5e83..1c8f5c926 100644 --- a/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx @@ -59,7 +59,7 @@ function TagItem({ isActive, onClick, label, icon = '', disabled = false }: any) })} > {icon && } - {label} + {label} );