소스 검색

clean code

WNomunomu 1 년 전
부모
커밋
55dc40babd
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      apps/app/src/client/components/PageHistory/PageRevisionTable.tsx

+ 0 - 2
apps/app/src/client/components/PageHistory/PageRevisionTable.tsx

@@ -21,8 +21,6 @@ type PageRevisionTableProps = {
   currentPagePath: string
 }
 
-const REVISION_BROKEN_BEFORE = new Date('2023-06-07T23:45:20.348+0000');
-
 export const PageRevisionTable = (props: PageRevisionTableProps): JSX.Element => {
   const { t } = useTranslation();