lint + fixes for registration

This commit is contained in:
Henry Jameson 2022-03-29 15:35:18 +03:00
parent 3799983d4f
commit 5bbc0e0bb5
14 changed files with 43 additions and 34 deletions

View file

@ -71,7 +71,10 @@
{{ $tc("polls.votes_count", poll.votes_count, { count: poll.votes_count }) }} · 
</template>
</div>
<i18n-t scope="global" :keypath="expired ? 'polls.expired' : 'polls.expires_in'">
<i18n-t
scope="global"
:keypath="expired ? 'polls.expired' : 'polls.expires_in'"
>
<Timeago
:time="expiresAt"
:auto-update="60"