kaori 3 سال پیش
والد
کامیت
9d742de3eb
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/app/src/pages/admin/global-notification/[globalNotificationId].page.tsx

+ 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 customTitle = useCustomTitle(props, title);
 
-
   const currentGlobalNotificationId = Array.isArray(globalNotificationId) ? globalNotificationId[0] : globalNotificationId;
 
   const injectableContainers: Container<any>[] = [];