@rfkit/charts 1.0.102 → 1.0.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -14006,7 +14006,7 @@ function useTemplateComparison() {
|
|
|
14006
14006
|
const startFreq = frequencyFormatRef.current(startPercent);
|
|
14007
14007
|
const stopFreq = frequencyFormatRef.current(endPercent);
|
|
14008
14008
|
const centerFreq = frequencyFormatRef.current(centerPercent);
|
|
14009
|
-
segments.push({
|
|
14009
|
+
if (startFreq !== stopFreq) segments.push({
|
|
14010
14010
|
...overData,
|
|
14011
14011
|
frequency: centerFreq,
|
|
14012
14012
|
bandwidth: (stopFreq - startFreq) * 1000,
|