Skip to content

Commit

Permalink
fix: Fixes issue with deleting saved encounters
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed May 9, 2023
1 parent 50e9281 commit 75c8664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker/ui/LoadEncounter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<em>There are no saved encounters.</em>
</span>
{/if}
{#each Object.keys(encounters) as encounter}
{#each Object.keys(encounters) as encounter (encounter)}
<div class="encounter">
<span>{encounter}</span>
<div class="encounter-controls">
Expand Down

0 comments on commit 75c8664

Please sign in to comment.