Skip to content

Commit

Permalink
FIX: Voters arrow shown on polls with invalid public config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Jun 22, 2016
1 parent fc9cfd6 commit 3646d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{{{averageRating}}}
</div>

{{#if poll.public}}
{{#if isPublic}}
{{poll-results-number-voters poll=poll}}
{{/if}}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="bar" style={{option.style}}></div>
</div>

{{#if poll.public}}
{{#if isPublic}}
{{poll-results-standard-voters option=option}}
{{/if}}
</li>
Expand Down

0 comments on commit 3646d45

Please sign in to comment.