Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 20, 2024
1 parent e64dc21 commit 87d5fcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/framework/solid/reference/createQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function App() {
},
}))


return (
<div>
<Show when={todos.isError}>
Expand All @@ -94,9 +93,7 @@ function App() {
<div>
<div>Todos:</div>
<ul>
<For each={todos.data}>
{(todo) => <li>{todo.title}</li>}
</For>
<For each={todos.data}>{(todo) => <li>{todo.title}</li>}</For>
</ul>
</div>
</Show>
Expand Down

0 comments on commit 87d5fcb

Please sign in to comment.