import { memo } from 'react' import { Tooltip } from 'antd' import { CommentOutlined } from '@ant-design/icons' import { UserView } from '@components/views' import { formatDate } from '@utils' export const MarksCard = memo(({ title, marks, className, ...other }) => (