fixed loading icon on list detail page

This commit is contained in:
Edward Tirado Jr 2025-04-22 19:38:13 -05:00
parent a044d80c62
commit 664387f7e2

View file

@ -1,6 +1,6 @@
<template>
<LoadingIcon v-if="loading" />
<div v-if="list_id !== 0" class="p-5 sm:p-0">
<div v-else class="p-5 sm:p-0">
<Modal ref="movie_modal">
<ShowMovie
v-if="modal_movie"