sag_components 1.0.751 → 1.0.752
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.
|
@@ -114,9 +114,6 @@ const BarChartsByWeeks = props => {
|
|
|
114
114
|
className: "EventWeeksLegendMainContainer"
|
|
115
115
|
}, displayEventWeeksElements());
|
|
116
116
|
const getControlsHeight = () => {
|
|
117
|
-
// headerValueTopTitle,
|
|
118
|
-
// headerValueBottomTitle,
|
|
119
|
-
// headerValue,
|
|
120
117
|
if (!(controlsContainerRef !== null && controlsContainerRef !== void 0 && controlsContainerRef.current)) return '100%';
|
|
121
118
|
const {
|
|
122
119
|
offsetHeight
|