diff --git a/client/src/pages/Downloads/Files/Files.tsx b/client/src/pages/Downloads/Files/Files.tsx index 5aa5c107..58389f66 100644 --- a/client/src/pages/Downloads/Files/Files.tsx +++ b/client/src/pages/Downloads/Files/Files.tsx @@ -25,6 +25,7 @@ function getDataObj(date: string) { const rows = [ getDataObj('latest'), + getDataObj('2023-Dec'), getDataObj('2022-Feb'), getDataObj('2021-May'), getDataObj('2021-Jan'),