Skip to content

Commit

Permalink
remove unnecessary div
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed Dec 11, 2023
1 parent bc2cd60 commit 729b89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion story-starter/starters/nuxt/components/StoryList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const onChange = (event: any, id: number) => {
v-if="!data && isLoading"
class="absolute inset-0 flex items-center justify-center"
>
<div><LucideLoader2 class="text-primary animate-spin" /></div>
<LucideLoader2 class="text-primary animate-spin" />
</div>
<div v-if="data">
<p>Number of selected stories {{ selectedStories.length }}</p>
Expand Down

0 comments on commit 729b89a

Please sign in to comment.