Skip to content

Commit

Permalink
fix(viewers): load properly configuration state
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Sep 26, 2020
1 parent b4c385c commit 7aee9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/views/managers/viewers/viewers-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<strong style="margin: 0px 0px 3px; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;">
{{ translate('tips') }}:
</strong>
{{ Number(data.item.sumTips).toFixed(2) }}{{ configuration.currency }}
{{ Number(data.item.sumTips).toFixed(2) }}{{ $store.state.configuration.currency }}
</div>
</template>
<template v-slot:cell(stats2)="data">
Expand Down

0 comments on commit 7aee9f6

Please sign in to comment.