diff --git a/frontend/app/components/shared/SessionItem/MetaMoreButton/MetaMoreButton.tsx b/frontend/app/components/shared/SessionItem/MetaMoreButton/MetaMoreButton.tsx index b5fa32c74..c94f67310 100644 --- a/frontend/app/components/shared/SessionItem/MetaMoreButton/MetaMoreButton.tsx +++ b/frontend/app/components/shared/SessionItem/MetaMoreButton/MetaMoreButton.tsx @@ -15,7 +15,7 @@ export default function MetaMoreButton(props: Props) { (
{list.slice(maxLength).map(({ label, value }, index) => ( @@ -26,7 +26,7 @@ export default function MetaMoreButton(props: Props) { placement="bottom" >
-
{_metaList.length > 0 && ( - + )} )}