rm not working span for tooltip for now

ref https://github.com/ant-design/ant-design/issues/18122
This commit is contained in:
Collin M. Barrett 2019-08-06 13:40:58 -05:00
parent ea666720e5
commit 4f7aa6bf72

View file

@ -36,7 +36,7 @@ const SubscribeButtonDropdown = (props: Props): JSX.Element => {
</Menu.Item>)}
</Menu>
}>
<span title={buttonProps.title}>Subscribe</span>
Subscribe
</Dropdown.Button>;
};