aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/poll/poll.vue2
-rw-r--r--src/components/status/status.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index adbb0555..ceba9eea 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -17,7 +17,7 @@
<span class="result-percentage">
{{ percentageForOption(option.votes_count) }}%
</span>
- <span v-html="option.title_html"></span>
+ <span v-html="option.title_html" />
</div>
<div
class="result-fill"
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 8df82edc..45251f17 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -150,8 +150,8 @@
{{ status.user.screen_name }}
</router-link>
<img
- class="status-favicon"
v-if="!!(status.user && status.user.favicon)"
+ class="status-favicon"
:src="status.user.favicon"
>
</div>