Skip to content

Commit

Permalink
added an extra check for sessions and ignore loading UI if none found
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Jul 15, 2024
1 parent fcec5a7 commit 7c6313d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ilios-common/addon/components/course/sessions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
{{t "general.savedSuccessfully"}}
</div>
{{/if}}

{{#if this.sessions}}
<div class="filter">
<input
aria-label={{t "general.sessionTitleFilterPlaceholder"}}
Expand Down Expand Up @@ -80,4 +82,5 @@
<SessionsGridLoading @count={{this.sessionsCount}} />
{{/if}}
</section>
{{/if}}
</section>

0 comments on commit 7c6313d

Please sign in to comment.