Skip to content

Commit

Permalink
Remove unnecessary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jan 29, 2024
1 parent f9b7858 commit 615382f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/lib/AddFileLTT.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@

{#if resourcesToReview.length > 0}
<span class="text-danger">{fetchError}</span>
{#if resourcesToReview.length > 0}
<ResourceSelectorLTT bind:newResources={resourcesToReview}
on:ips-retrieved={ async ({ detail }) => { uploadRetrievedIPS(detail) } }>
</ResourceSelectorLTT>
{/if}
<ResourceSelectorLTT bind:newResources={resourcesToReview}
on:ips-retrieved={ async ({ detail }) => { uploadRetrievedIPS(detail) } }>
</ResourceSelectorLTT>
{/if}

0 comments on commit 615382f

Please sign in to comment.