Skip to content

Commit

Permalink
remove debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Dec 18, 2023
1 parent c5f096b commit 7fa5474
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboard/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,12 @@ function getDaysInMonth(): number {
<div class="info-chart-box">
<h3>{{ tr('title.user_agents') }}</h3>
<UAChart
v-if="stat || 1"
v-if="data"
class="ua-chart"
:max="5"
:data="{'HMCL':10, 'test': 1, 'Android': 13, 'x': 1, 'y': 3, 'z':3,'o':9,'pp':12}"
:data="data.accesses"
/>
<Skeleton v-else class="ua-chart"/>
</div>
</div>
</main>
Expand Down

0 comments on commit 7fa5474

Please sign in to comment.