Fix #175: Typos/not showing text due to i18n work

This commit is contained in:
Eliot Berriot 2018-04-23 19:33:39 +02:00
parent 0ab62b8648
commit 912c98c71b
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
5 changed files with 10 additions and 18 deletions

View file

@ -14,12 +14,6 @@
v-if="components[event.type]"
:is="components[event.type]"
:event="event">
<username
class="user"
:username="event.actor.local_id"
slot="user"></username>
{{ event.published }}
<human-date class="date" :date="event.published" slot="date"></human-date>
</component>
</div>
</div>