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

View File

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