Fix Homepage no promoted events warning

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-01-14 15:06:26 +01:00
parent 7f7bf025e7
commit 60facf4093
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 6 additions and 4 deletions

View File

@ -261,10 +261,12 @@
</div>
<b-message v-else type="is-danger"
>{{ $t("No events found") }}<br />
<b-icon size="is-small" icon="information-outline" />
<small v-if="goingToEvents.size > 0 || lastWeekEvents.length > 0">{{
$t("The events you created are not shown here.")
}}</small>
<div v-if="goingToEvents.size > 0 || lastWeekEvents.length > 0">
<b-icon size="is-small" icon="information-outline" />
<small>{{
$t("The events you created are not shown here.")
}}</small>
</div>
</b-message>
</section>
</div>