Skip to content

Commit

Permalink
refactor: empty directory
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrdkwl9090 committed Dec 8, 2023
1 parent a402f55 commit 3b4abd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { data: bsetMovie, isSuccess } = useQuery<IMovie>({
<HomePoster v-if="isSuccess" :movie="bsetMovie" />
<section class="p-6 xl:p-16">
<HomeMovieList v-if="isSuccess" :movieList="moviesByGenre" />
<HomeMovieListEmpty v-else class="mt-8" />
<EmptyHomeMovieList v-else class="mt-8" />
</section>
</section>
</template>

0 comments on commit 3b4abd0

Please sign in to comment.