kaori 3 лет назад
Родитель
Сommit
9d742de3eb

+ 0 - 1
packages/app/src/pages/admin/global-notification/[globalNotificationId].page.tsx

@@ -24,7 +24,6 @@ const AdminGlobalNotificationNewPage: NextPage<CommonProps> = (props) => {
   const title = t('external_notification.external_notification');
   const title = t('external_notification.external_notification');
   const customTitle = useCustomTitle(props, title);
   const customTitle = useCustomTitle(props, title);
 
 
-
   const currentGlobalNotificationId = Array.isArray(globalNotificationId) ? globalNotificationId[0] : globalNotificationId;
   const currentGlobalNotificationId = Array.isArray(globalNotificationId) ? globalNotificationId[0] : globalNotificationId;
 
 
   const injectableContainers: Container<any>[] = [];
   const injectableContainers: Container<any>[] = [];