Skip to content

Commit

Permalink
fix: Remove useless div
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Dec 10, 2024
1 parent 4ff66c1 commit ca40a66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/Agents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
</div>

<div v-else class="tw-mt-5 tw-space-y-4">
<div v-for="agent of agentStore.agents" :key="agent.id">
<AgentCard :agent="agent" />
</div>
<AgentCard v-for="agent of agentStore.agents" :key="agent.id" :agent="agent" />
</div>
</section>
</authenticated-page>
Expand Down

0 comments on commit ca40a66

Please sign in to comment.