diff --git a/src/components/NoticeIcon/index.tsx b/src/components/NoticeIcon/index.tsx index 8876ef93..bb3caa4e 100644 --- a/src/components/NoticeIcon/index.tsx +++ b/src/components/NoticeIcon/index.tsx @@ -117,11 +117,13 @@ export default class NoticeIcon extends Component { }, ); return ( - - - {panes} - - + <> + + + {panes} + + + ); } @@ -155,6 +157,7 @@ export default class NoticeIcon extends Component { if ('popupVisible' in this.props) { popoverProps.visible = popupVisible; } + return (