@rfkit/charts 1.2.16 → 1.2.17
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 +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11163,7 +11163,6 @@ const Signal_Switch_Switch = ()=>{
|
|
|
11163
11163
|
signal,
|
|
11164
11164
|
dispatch
|
|
11165
11165
|
]);
|
|
11166
|
-
console.log('shouldShow', isActive, shouldShow);
|
|
11167
11166
|
if (!shouldShow) return null;
|
|
11168
11167
|
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(ToolsBar_IconBox, {
|
|
11169
11168
|
onClick: ()=>{
|