Skip to content

Commit

Permalink
fix(/user): normalise the episodes and days watched
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jul 13, 2020
1 parent 2ea4de5 commit be9270d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<h2>{{ user.username }}</h2>

<h6 class="disabled">
{{ user.anime_stats.episodes_watched }} episodes watched,
{{ user.anime_stats.days_watched }}
{{ norm(user.anime_stats.episodes_watched) }} episodes watched,
{{ norm(user.anime_stats.days_watched) }}
days wasted.
</h6>
<q-select
Expand Down

1 comment on commit be9270d

@vercel
Copy link

@vercel vercel bot commented on be9270d Jul 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.