ui: Fix erasing of downloadable files

This commit is contained in:
Pierre-Olivier Mercier 2021-09-01 01:46:06 +02:00
parent 941e1c16d5
commit e6557c8c06

View File

@ -24,7 +24,7 @@
</CardText> </CardText>
</CardBody> </CardBody>
<ListGroup> <ListGroup>
{#each files as file (file.id)} {#each files as file, index}
<ListGroupItem tag="a" href="{file.path}" target="_self" class="d-flex"> <ListGroupItem tag="a" href="{file.path}" target="_self" class="d-flex">
<h1><Icon name="arrow-down-circle" /></h1> <h1><Icon name="arrow-down-circle" /></h1>
<div> <div>