Skip to content

Commit

Permalink
pass in pagecontent to components
Browse files Browse the repository at this point in the history
also whitespace
  • Loading branch information
Brian Whitton committed Apr 20, 2017
1 parent 90854bc commit a9822bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/channel/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
{{/alt-channel-layout}}
{{else}}
{{#if model.channel.hasMarquee}}
{{x-marquee listenLive=model.listenLive model=model.channel isStaff=session.data.isStaff adminURL=adminURL}}
{{x-marquee listenLive=model.listenLive.pagecontent model=model.channel isStaff=session.data.isStaff adminURL=adminURL}}
{{else}}
{{channel-header listenLive=model.listenLive model=model.channel isStaff=session.data.isStaff adminURL=adminURL}}
{{channel-header listenLive=model.listenLive.pagecontent model=model.channel isStaff=session.data.isStaff adminURL=adminURL}}
{{/if}}

<div class="l-constrained">
Expand Down

0 comments on commit a9822bc

Please sign in to comment.