From af8b9f600723b0d533bf4027e55f2be43e399319 Mon Sep 17 00:00:00 2001 From: minpeter Date: Fri, 4 Nov 2022 08:55:57 +0900 Subject: [PATCH] #25 hotfix --- src/pages/filelist/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/filelist/index.tsx b/src/pages/filelist/index.tsx index 09bc3ab..0cc9542 100644 --- a/src/pages/filelist/index.tsx +++ b/src/pages/filelist/index.tsx @@ -42,14 +42,14 @@ export const FileListPage: React.FC = () => { {fileList?.map((item, index) => ( { SetDownloadFileProps({ - Name: item.Name, - Size: item.Size, - LastModified: item.LastModified, + Name: item.filename, + Size: item.size, + LastModified: item.lastModified, //passowrd 유무 추가예정 }); navigate('/download');