kaoritokashiki 6 лет назад
Родитель
Сommit
39f93248db
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/client/js/components/Admin/Notification/GlobalNotification.jsx

+ 0 - 2
src/client/js/components/Admin/Notification/GlobalNotification.jsx

@@ -37,7 +37,6 @@ class GlobalNotification extends React.Component {
   render() {
   render() {
     const { t, adminNotificationContainer } = this.props;
     const { t, adminNotificationContainer } = this.props;
     const { globalNotifications } = adminNotificationContainer.state;
     const { globalNotifications } = adminNotificationContainer.state;
-
     return (
     return (
       <React.Fragment>
       <React.Fragment>
 
 
@@ -96,7 +95,6 @@ class GlobalNotification extends React.Component {
           </div>
           </div>
         </div>
         </div>
 
 
-
         <a href="/admin/global-notification/new">
         <a href="/admin/global-notification/new">
           <p className="btn btn-default">{t('notification_setting.add_notification')}</p>
           <p className="btn btn-default">{t('notification_setting.add_notification')}</p>
         </a>
         </a>