You've already forked AstralRinth
forked from didirus/AstralRinth
Add some text for when you haven't filed any reports (#1304)
* Add a message for no viewable reports. * implement proposal
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
:auth="auth"
|
:auth="auth"
|
||||||
class="universal-card recessed"
|
class="universal-card recessed"
|
||||||
/>
|
/>
|
||||||
|
<p v-if="reports.length === 0">You don't have any active reports.</p>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import Chips from '~/components/ui/Chips.vue'
|
import Chips from '~/components/ui/Chips.vue'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<section class="universal-card">
|
<section class="universal-card">
|
||||||
<h2>Reports you've filed</h2>
|
<h2>Reports</h2>
|
||||||
<ReportsList :auth="auth" />
|
<ReportsList :auth="auth" />
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user