0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

Fix error

This commit is contained in:
dragongoose 2024-07-11 21:51:03 -04:00
parent 830d07c614
commit b79c50911d
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -105,7 +105,9 @@ export default {
<template>
<loading-screen v-show="!data && status != 'error'"></loading-screen>
<error-message v-show="status == 'error'"></error-message>
<div v-show="status === 'error'">
<error-message ></error-message>
</div>
<div v-show="data" class="max-w-5xl mx-auto">
<vue-title title="Discover"></vue-title>