feat(MED-168): move toArray to shared utils

This commit is contained in:
2025-09-19 09:17:23 +03:00
parent 2bdd54e649
commit 08b27b022f
7 changed files with 9 additions and 15 deletions

View File

@@ -148,7 +148,6 @@ const AnalysisLevelBar = ({
// Show appropriate levels based on available norm bounds
const hasLowerBound = lower !== null;
const isLowerBoundZero = hasLowerBound && lower === 0;
console.info('isLowerBoundZero', results.analysisElementOriginalId, { isLowerBoundZero, hasLowerBound, lower });
const hasUpperBound = upper !== null;
// Determine which section the value falls into