fix: review suggestion

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

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