diff --git a/src/app/utils/BlueprintFunctions.js b/src/app/utils/BlueprintFunctions.js index 8c9f117d..dcaf9555 100644 --- a/src/app/utils/BlueprintFunctions.js +++ b/src/app/utils/BlueprintFunctions.js @@ -30,7 +30,7 @@ export function blueprintTooltip(translate, features, m) if (m) { // We have a module - add in the current value let current = m.getModValue(feature); - if (featureDef.type === 'percentage') { + if (featureDef.type === 'percentage' || featureDef.name === 'burst' || featureDef.name === 'burstrof') { current = Math.round(current / 10) / 10; } results.push(