import React from 'react' import { Popup } from 'UI' import cn from 'classnames' import MetaItem from '../MetaItem'; import MetaMoreButton from '../MetaMoreButton'; interface Props { className?: string, metaList: [] } const MAX_LENGTH = 3; export default function SessionMetaList(props: Props) { const { className = '', metaList } = props return (