diff --git a/src/features/file-listing/FileRow.tsx b/src/features/file-listing/FileRow.tsx index 7e4fe72..71d7133 100644 --- a/src/features/file-listing/FileRow.tsx +++ b/src/features/file-listing/FileRow.tsx @@ -95,19 +95,21 @@ export function FileRow({ id, file }: FileRowProps) { {isDecrypted && ( - - - + <> + + + + + {file.decrypted && ( + + + + )} + + )} - - {file.decrypted && ( - - - - )} -