chore: wrap actions to a single condition

This commit is contained in:
鲁树人 2023-05-21 15:38:31 +01:00
parent dd035d04a0
commit afc95e0ed3

View File

@ -95,12 +95,12 @@ export function FileRow({ id, file }: FileRowProps) {
<Wrap> <Wrap>
{isDecrypted && ( {isDecrypted && (
<>
<WrapItem> <WrapItem>
<Button type="button" onClick={togglePlay}> <Button type="button" onClick={togglePlay}>
/ /
</Button> </Button>
</WrapItem> </WrapItem>
)}
<WrapItem> <WrapItem>
{file.decrypted && ( {file.decrypted && (
<Link isExternal href={file.decrypted} download={decryptedName}> <Link isExternal href={file.decrypted} download={decryptedName}>
@ -108,6 +108,8 @@ export function FileRow({ id, file }: FileRowProps) {
</Link> </Link>
)} )}
</WrapItem> </WrapItem>
</>
)}
<WrapItem> <WrapItem>
<Button type="button" onClick={handleDeleteRow}> <Button type="button" onClick={handleDeleteRow}>