Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 80c9bf8

Browse files
authored
fix(event-drowdown): only display events dropdown if events exists (#362)
1 parent 9c20879 commit 80c9bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/app/views/default/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3>{{view.title}}</h3>
151151
</paper-tabs>
152152
</div>
153153

154-
{% if view.id == 'default' %}
154+
{% if view.id == 'default' && views|length > 1 %}
155155
<paper-dropdown-menu
156156
label="Choose an event"
157157
class="dropdown-filter"

0 commit comments

Comments
 (0)