mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 03:01:32 +03:00
* 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:
parent
7d3ad0ae83
commit
c4cd2d8472
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
|
||||||
overlayInnerStyle={popupStyle}
|
overlayInnerStyle={popupStyle}
|
||||||
color={styles.popupBackgroundColor}
|
color={styles.popupBackgroundColor}
|
||||||
>
|
>
|
||||||
{children}
|
<div>{children}</div>
|
||||||
</Popover>
|
</Popover>
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue