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 90244ce commit c394039Copy full SHA for c394039
app/templates/events/view/index.hbs
@@ -18,7 +18,9 @@
18
<div class="eight wide column">
19
<Events::View::Overview::GeneralInfo @data={{this.model}} />
20
<Events::View::Overview::EventTickets @data={{this.model}} />
21
- <Events::View::Overview::SpeakerSession @data={{this.model}} />
+ {{#if this.model.event.isSessionsSpeakersEnabled}}
22
+ <Events::View::Overview::SpeakerSession @data={{this.model}} />
23
+ {{/if}}
24
<Events::View::Overview::ManageRoles @data={{this.model}} @showLink={{true}} />
25
</div>
26
0 commit comments