Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Jun 18, 2024
1 parent 91295e7 commit 26b050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/StartRecipe.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ onMount(() => {
class="!bg-charcoal-900 !text-white !border-charcoal-900"
items="{models.map(model => ({ ...model, value: model.id, label: model.name }))}"
showChevron>
<div slot="item" let:item let:index>
<div slot="item" let:item>
<div class="flex items-center">
<div class="grow">
<span>{item.name}</span>
Expand Down

0 comments on commit 26b050d

Please sign in to comment.