Skip to content

Commit

Permalink
fix: show net sales of a month
Browse files Browse the repository at this point in the history
  • Loading branch information
saimonh3 committed Jan 1, 2019
1 parent d0ca8ef commit 38a2918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admin/pages/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<div class="dashicons dashicons-chart-bar"></div>
<a href="#">
<strong>
<currency :amount="overview.orders.this_month"></currency>
<currency :amount="overview.sales.this_month"></currency>
</strong>
<div class="details">
{{ __( 'net sales this month', 'dokan-lite' ) }} <span :class="overview.orders.class">{{ overview.orders.parcent }}</span>
{{ __( 'net sales this month', 'dokan-lite' ) }} <span :class="overview.sales.class">{{ overview.sales.parcent }}</span>
</div>
</a>
</li>
Expand Down

0 comments on commit 38a2918

Please sign in to comment.