chore: remove dummy todo

This commit is contained in:
鲁树人 2023-05-15 00:32:50 +01:00
parent 49fe534b51
commit a692c7a9ae

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>