forked from MapComplete/MapComplete
Feature: add 'no upcoming events'
This commit is contained in:
parent
70423773be
commit
ffc8c59223
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@
|
|||
|
||||
{#if $events === undefined}
|
||||
<Loading class="h-4">Loading giggity events from {giggityUrl}</Loading>
|
||||
{:else if $events.length === 0}
|
||||
<i>No upcoming events in this room</i>
|
||||
{:else}
|
||||
<div>
|
||||
<h2>Upcoming events</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue