Skip to content

Commit

Permalink
Update TimeOfDaySection.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Sep 14, 2023
1 parent fd77ef6 commit 27f2487
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Energy/TimeOfDaySection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ export default {
},
formatAverage({ value, type }) {
console.log('type', type)
if (value === null) return ''
if (type === 'price') return this.$options.filters.formatCurrency(value)
if (type === 'power') return this.$options.filters.formatValue(value)
Expand Down

0 comments on commit 27f2487

Please sign in to comment.