fix(ui) - sort state and other fixes
This commit is contained in:
parent
1f2e4c6bee
commit
c0e1f483eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue