chore: remove dummy todo

This commit is contained in:
Jixun Wu 2023-05-15 00:32:50 +01:00
parent ea9f6c0899
commit 8cdf32690e
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ export function FileRow({ id, file }: FileRowProps) {
</WrapItem>
)}
<WrapItem>
{/* TODO: Use correct file name */}
{file.decrypted && (
<Link isExternal href={file.decrypted} download={decryptedName}>
<Button as="span"></Button>