From ea9f6c0899f9515eeee579f22770bbdaeeb103cd Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Mon, 15 May 2023 00:28:42 +0100 Subject: [PATCH] fix: dl button from listing --- src/features/file-listing/FileRow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/file-listing/FileRow.tsx b/src/features/file-listing/FileRow.tsx index 163c6f8..92f26f5 100644 --- a/src/features/file-listing/FileRow.tsx +++ b/src/features/file-listing/FileRow.tsx @@ -87,8 +87,8 @@ export function FileRow({ id, file }: FileRowProps) { {/* TODO: Use correct file name */} {file.decrypted && ( - - 下载 + + )}