@tanstack/react-query-devtools 4.24.9 → 4.24.12

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.
@@ -1072,7 +1072,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React.forwardRef(function ReactQu
1072
1072
  marginRight: '.5em',
1073
1073
  width: '100%'
1074
1074
  }
1075
- }), !filter ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Select, {
1075
+ }), /*#__PURE__*/React.createElement(Select, {
1076
1076
  "aria-label": "Sort queries",
1077
1077
  value: sort,
1078
1078
  onChange: e => setSort(e.target.value),
@@ -1153,7 +1153,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React.forwardRef(function ReactQu
1153
1153
  d: "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"
1154
1154
  }))), /*#__PURE__*/React.createElement(ScreenReader, {
1155
1155
  text: isMockOffline ? 'Restore offline mock' : 'Mock offline behavior'
1156
- }))) : null))), /*#__PURE__*/React.createElement("div", {
1156
+ }))))), /*#__PURE__*/React.createElement("div", {
1157
1157
  style: {
1158
1158
  overflowY: 'auto',
1159
1159
  flex: '1'