Skip to content

Commit

Permalink
Fix trailing space in measurement-badge.vue
Browse files Browse the repository at this point in the history
Signed-off-by: David Kesl <[email protected]>

Signed-off-by: Davek145 <[email protected]>
  • Loading branch information
Davek145 authored Sep 15, 2023
1 parent a9f0ef3 commit 6d82bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
case 'co2':
direct = findPoints(this.element.properties, 'Point_Measurement', true, 'Property_CO2')
if (direct.length) return direct
return findPoints(allEquipmentPoints(this.element.equipment), 'Point_Measurement', true, 'Property_CO2')
return findPoints(allEquipmentPoints(this.element.equipment), 'Point_Measurement', true, 'Property_CO2')
case 'luminance':
direct = findPoints(this.element.properties, 'Point_Measurement', true, 'Property_Light')
if (direct.length) return direct
Expand Down

0 comments on commit 6d82bb1

Please sign in to comment.