diff --git a/frontend/app/components/shared/SessionItem/SessionMetaList/SessionMetaList.tsx b/frontend/app/components/shared/SessionItem/SessionMetaList/SessionMetaList.tsx index 91faa2ec9..d43f920c7 100644 --- a/frontend/app/components/shared/SessionItem/SessionMetaList/SessionMetaList.tsx +++ b/frontend/app/components/shared/SessionItem/SessionMetaList/SessionMetaList.tsx @@ -8,7 +8,7 @@ interface Props { className?: string, metaList: [] } -const MAX_LENGTH = 1; +const MAX_LENGTH = 4; export default function SessionMetaList(props: Props) { const { className = '', metaList } = props return (