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

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

@@ -3,7 +3,6 @@ import React from 'react';
 import { UserPicture } from '@growi/ui';
 import { PageCommentNotification } from './PageCommentNotification';
 import { InAppNotification as IInAppNotification } from '../../interfaces/in-app-notification';
-import FormattedDistanceDate from '../FormattedDistanceDate';
 
 interface Props {
   notification: IInAppNotification
@@ -73,7 +72,6 @@ export const InAppNotification = (props: Props): JSX.Element => {
         {renderUserImage()}
         {renderInAppNotificationContent()}
       </div>
-      {/* <FormattedDistanceDate id={props.notification._id} date={props.notification.createdAt} isShowTooltip={false} /> */}
     </>
   );