We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd82eb commit 8c546f5Copy full SHA for 8c546f5
app/templates/public/sessions.hbs
@@ -87,7 +87,7 @@
87
{{/if}}
88
<div class="mt-8">
89
{{#if this.model.session}}
90
- {{#each this.groupByDateSessions as |group|}}
+ {{#each this.groupByDateSessions key="date" as |group|}}
91
<h3 class="ui header {{if this.device.isMobile 'mb--8' 'mb--4'}}">
92
{{#if (not-eq group.date "Invalid date")}}
93
{{group.date}}
@@ -103,7 +103,7 @@
103
</tr>
104
</thead>
105
<tbody>
106
- {{#each group.sessions as |session|}}
+ {{#each group.sessions key="createdAt" as |session|}}
107
<tr>
108
<td class="top aligned {{unless this.device.isMobile 'centered text'}}" style="border-top: none;">
109
<h4 class="ui header {{unless this.device.isMobile 'pt-4'}}">
0 commit comments