This commit is contained in:
Henry Jameson 2020-08-04 19:16:55 +03:00
parent 839681bbc7
commit dce057f24e
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<span class="result-percentage"> <span class="result-percentage">
{{ percentageForOption(option.votes_count) }}% {{ percentageForOption(option.votes_count) }}%
</span> </span>
<span v-html="option.title_html"></span> <span v-html="option.title_html" />
</div> </div>
<div <div
class="result-fill" class="result-fill"

View File

@ -150,8 +150,8 @@
{{ status.user.screen_name }} {{ status.user.screen_name }}
</router-link> </router-link>
<img <img
class="status-favicon"
v-if="!!(status.user && status.user.favicon)" v-if="!!(status.user && status.user.favicon)"
class="status-favicon"
:src="status.user.favicon" :src="status.user.favicon"
> >
</div> </div>