fix bubble alert link

This commit is contained in:
dank074 2022-03-21 18:02:13 -05:00
parent 337de8e2f4
commit aad76422ec

View File

@ -13,8 +13,6 @@ export const NotificationDefaultBubbleView: FC<NotificationDefaultBubbleViewProp
const htmlText = item.message.replace(/\r\n|\r|\n/g, '<br />');
NotificationUtilities.openUrl(item.linkUrl);
return (
<LayoutNotificationBubbleView close={ close } gap={ 2 } alignItems="center" onClick={ event => (item.linkUrl && item.linkUrl.length && NotificationUtilities.openUrl(item.linkUrl)) } { ...rest }>
<Flex center className="bubble-image-container">