From 49fe534b51d47c4c0ea994fd72e30bcbfdee39ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= 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 && ( - - 下载 + + )}