chore: remove dummy todo
This commit is contained in:
parent
49fe534b51
commit
a692c7a9ae
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user