Skip to content

Commit e925b31

Browse files
shubham3211abhinavk96
authored andcommitted
session-visible (#2146)
1 parent 5660da2 commit e925b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/public/speaker-item.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{{t 'Sessions'}}
4242
</h3>
4343
{{#each speaker.sessions as |session|}}
44-
{{#if (eq session.state 'accepted')}}
44+
{{#if (or (eq session.state 'confirmed') (eq session.state 'accepted'))}}
4545
<p>
4646
{{moment-format session.startsAt 'DD MMM YY'}}
4747
<br>

0 commit comments

Comments
 (0)