|
@@ -38,7 +38,7 @@ const GlobalNotification = (props) => {
|
|
|
const router = useRouter();
|
|
const router = useRouter();
|
|
|
const { globalNotifications } = adminNotificationContainer.state;
|
|
const { globalNotifications } = adminNotificationContainer.state;
|
|
|
return (
|
|
return (
|
|
|
- <><h2 className="border-bottom my-4">{t('notification_setting.valid_page')}</h2>
|
|
|
|
|
|
|
+ <><h2 className="border-bottom my-4">{t('notification_settings.valid_page')}</h2>
|
|
|
|
|
|
|
|
<p className="card well">
|
|
<p className="card well">
|
|
|
{/* eslint-disable-next-line react/no-danger */}
|
|
{/* eslint-disable-next-line react/no-danger */}
|