Skip to content

Commit

Permalink
Fix addonlist variable
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Mar 4, 2024
1 parent e0ebc18 commit 7444fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/app/add-ons/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{#await data.addons then res}
<AddOnList
loading={false}
items={res.items}
items={res.results}
error={null}
reload={null}
/>
Expand Down

0 comments on commit 7444fd9

Please sign in to comment.