Skip to content

Commit

Permalink
fix(/user): replace ID with some metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jul 13, 2020
1 parent a9c5e7b commit 2ea4de5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
<div class="col-4">
<h2>{{ user.username }}</h2>

<h6 class="disabled">{{ user.user_id }}</h6>
<h6 class="disabled">
{{ user.anime_stats.episodes_watched }} episodes watched,
{{ user.anime_stats.days_watched }}
days wasted.
</h6>
<q-select
v-model="filter"
:options="options"
Expand Down

1 comment on commit 2ea4de5

@vercel
Copy link

@vercel vercel bot commented on 2ea4de5 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.