diff --git a/src/pages/notification/component/ListNotification.jsx b/src/pages/notification/component/ListNotification.jsx index fc1b647..4758135 100644 --- a/src/pages/notification/component/ListNotification.jsx +++ b/src/pages/notification/component/ListNotification.jsx @@ -48,8 +48,14 @@ import { } from '../../../api/notification'; const { Text, Paragraph, Link: AntdLink } = Typography; -const openMail = ( - +const OpenMail = ({ size = 22, color = 'black' }) => ( + ); @@ -411,7 +417,7 @@ const ListNotification = memo(function ListNotification(props) { }} > {notification.type === 'resolved' ? ( - openMail + ) : ( )}