add symbol , in end

This commit is contained in:
Harry.Hou 2019-03-04 19:46:41 +08:00
parent 6825456564
commit 1a96388513

View File

@ -23,7 +23,7 @@ const CopyableIcon: React.SFC<CopyableIconProps> = ({
}) => {
const className = classNames({
copied: justCopied === type,
outlined: theme === 'twoTone'
outlined: theme === 'twoTone',
});
return (
<CopyToClipboard