Shun Miyazawa 4 лет назад
Родитель
Сommit
7d66e4a1bc

+ 0 - 2
packages/app/src/components/InAppNotification/InAppNotification.tsx

@@ -77,6 +77,4 @@ export const InAppNotification = (props: Props): JSX.Element => {
       </div>
     </>
   );
-
-
 };

+ 0 - 1
packages/app/src/components/InAppNotification/InAppNotificationDropdown.tsx

@@ -12,7 +12,6 @@ import SocketIoContainer from '../../client/services/SocketIoContainer';
 
 const logger = loggerFactory('growi:InAppNotificationDropdown');
 
-
 type Props = {
   appContainer: AppContainer,
   socketIoContainer: SocketIoContainer,

+ 0 - 1
packages/app/src/components/InAppNotification/NotificationContent.tsx

@@ -48,5 +48,4 @@ export const PageUpdatedNotification = (props: Props): JSX.Element => {
       <FormattedDistanceDate id={props.notification._id} date={props.notification.createdAt} isShowTooltip={false} />
     </>
   );
-
 };

+ 0 - 1
packages/app/src/components/InAppNotification/PagePath.tsx

@@ -21,5 +21,4 @@ export const PagePath = (props: Props): JSX.Element => {
       {pathPrefix}<strong>{shortPath}</strong>
     </>
   );
-
 };