瀏覽代碼

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();