fix: review suggestion
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s

This commit is contained in:
enes 2024-08-21 13:11:56 +02:00
parent 7b33e37ca5
commit 15d4d0a752

View File

@ -43,7 +43,7 @@ const FileList = ({
</ul>
</div>
<Button variant="contained" fullWidth onClick={handleDownload}>
{downloadLabel ? downloadLabel : 'Download Files'}
{downloadLabel || 'Download Files'}
</Button>
</div>
)