fixed loading placeholder location
This commit is contained in:
@@ -170,5 +170,5 @@ async function handleDeny(id) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- TODO: Implement some kinda loading screen -->
|
<!-- TODO: Implement some kinda loading screen -->
|
||||||
<div v-else class="flex items-center justify-center h-full -mt-40">Loading</div>
|
<div v-else class="flex items-center justify-center h-full">Loading</div>
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user