Skip to content

Commit

Permalink
Updated view for no saved layer sets
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Mar 22, 2024
1 parent 086f0dc commit 03cc093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/bookmarks.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
</a>
</h3>

{{#unless this.savedLayerSets.length}}
<p>No current saved layer sets.</p>
{{/unless}}
<ul class="no-bullet">
{{#each this.savedLayerSets as |bookmark|}}
<li class="lot-bookmark">
Expand Down

0 comments on commit 03cc093

Please sign in to comment.