Fix Homepage no promoted events warning
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7f7bf025e7
commit
60facf4093
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user