Shun Miyazawa 4 年之前
父节点
当前提交
37a002e778
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/app/src/components/InAppNotification/InAppNotification.tsx

+ 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} /> */}
     </>
   );