From c0e1f483ebcaa222166042e51adcba969abfc95b Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 23 Feb 2022 17:09:06 +0100 Subject: [PATCH] fix(ui) - sort state and other fixes --- .../shared/SessionItem/SessionMetaList/SessionMetaList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (