WNomunomu 1 年間 前
コミット
55dc40babd

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

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