From eef491a8c19435d5ffcbd72153301097986961cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Knejzl=C3=ADk?= Date: Tue, 15 Jan 2019 02:47:50 +0100 Subject: [PATCH] Fix NoticeIcon broken clear action, fix #2851 This should be fix for https://github.com/ant-design/ant-design-pro/issues/2851 --- src/components/NoticeIcon/NoticeList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NoticeIcon/NoticeList.js b/src/components/NoticeIcon/NoticeList.js index 6b73e6e0de..e71d22cba6 100644 --- a/src/components/NoticeIcon/NoticeList.js +++ b/src/components/NoticeIcon/NoticeList.js @@ -99,7 +99,7 @@ export default function NoticeList({ })} {showClear ? ( -
+
onClear(title)}> {locale.clear} {title}
) : null}