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 91265da commit 616e998Copy full SHA for 616e998
app/templates/components/public/session-item.hbs
@@ -44,7 +44,7 @@
44
<div class="content">
45
{{#each session.speakers as |speaker|}}
46
<div class="ui divider"></div>
47
- <img alt="speaker" class="ui tiny avatar image" src="{{if speaker.photo.iconImageUrl speaker.photo.iconImageUrl '/images/placeholders/avatar.png'}}">
+ <img alt="speaker" class="ui tiny avatar image" src="{{if speaker.iconImageUrl speaker.iconImageUrl (if speaker.photoUrl speaker.photoUrl '/images/placeholders/avatar.png')}}">
48
<p>
49
<br>
50
{{speaker.name}}
0 commit comments