From 4f7aa6bf725253e7b6ae243875d89c64f0c9b7dc Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 6 Aug 2019 13:40:58 -0500 Subject: [PATCH] rm not working span for tooltip for now ref https://github.com/ant-design/ant-design/issues/18122 --- .../src/shared/buttons/subscribe/SubscribeButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web.V2/src/shared/buttons/subscribe/SubscribeButton.tsx b/src/FilterLists.Web.V2/src/shared/buttons/subscribe/SubscribeButton.tsx index c6c6185c9..879a30a66 100644 --- a/src/FilterLists.Web.V2/src/shared/buttons/subscribe/SubscribeButton.tsx +++ b/src/FilterLists.Web.V2/src/shared/buttons/subscribe/SubscribeButton.tsx @@ -36,7 +36,7 @@ const SubscribeButtonDropdown = (props: Props): JSX.Element => { )} }> - Subscribe + Subscribe ; };