diff --git a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx index 082aae6d6..333ca74ea 100644 --- a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx +++ b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx @@ -78,7 +78,7 @@ export const NotifyReminderPopup: FC = ({ overlayInnerStyle={popupStyle} color={styles.popupBackgroundColor} > - {children} +
{children}
) );