Skip to content

Commit db557f6

Browse files
sachinchauhan2889akash2408
authored andcommitted
fix: Show Social Links only on Event Pages that are listed on the left side bar (fossasia#5467)
1 parent c820aa8 commit db557f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/public.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{{outlet}}
4343
</div>
4444
<div class="three wide column">
45-
{{#if (not-eq this.session.currentRouteName 'public.cfs.new-speaker')}}
45+
{{#if this.displaySideMenu}}
4646
{{#if (eq this.session.currentRouteName 'public.sessions')}}
4747
<div class="ui basic segment">
4848
<h4>

0 commit comments

Comments
 (0)