* Fix NotifyReminderPopup warning. TT:#3034 * Revert web/components/action-buttons/NotifyButton.tsx * Add div tag to make the children recognized as plain html element. TT: #3034
This commit is contained in:
@@ -78,7 +78,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
|
||||
overlayInnerStyle={popupStyle}
|
||||
color={styles.popupBackgroundColor}
|
||||
>
|
||||
{children}
|
||||
<div>{children}</div>
|
||||
</Popover>
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user