fix(ui) - sort state and other fixes

This commit is contained in:
Shekar Siri 2022-02-23 17:09:06 +01:00
parent 1f2e4c6bee
commit c0e1f483eb

View file

@ -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 (