소스 검색

clean code

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>[] = [];