chore: remove dummy todo
This commit is contained in:
parent
ea9f6c0899
commit
8cdf32690e
@ -85,7 +85,6 @@ export function FileRow({ id, file }: FileRowProps) {
|
|||||||
</WrapItem>
|
</WrapItem>
|
||||||
)}
|
)}
|
||||||
<WrapItem>
|
<WrapItem>
|
||||||
{/* TODO: Use correct file name */}
|
|
||||||
{file.decrypted && (
|
{file.decrypted && (
|
||||||
<Link isExternal href={file.decrypted} download={decryptedName}>
|
<Link isExternal href={file.decrypted} download={decryptedName}>
|
||||||
<Button as="span">下载</Button>
|
<Button as="span">下载</Button>
|
||||||
|
Loading…
Reference in New Issue
Block a user