mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Fix error
This commit is contained in:
parent
830d07c614
commit
b79c50911d
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue