@esvndev/es-react-config-setting 1.0.44 → 1.0.45

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/dist/index.js CHANGED
@@ -11635,7 +11635,7 @@ const SettingApp = (props) => {
11635
11635
  };
11636
11636
  //hàm tạo các thông số cấu hình và cài đặt
11637
11637
  const _renderView = () => {
11638
- return (settingData && settingData.data && settingData.data.length > 0 ? settingData.data.map((item, index) => {
11638
+ return (settingData && settingData.length > 0 ? settingData.map((item, index) => {
11639
11639
  return (jsxRuntime.jsxs("div", { className: "setting-section", children: [jsxRuntime.jsx("div", { className: "setting-section-label", children: jsxRuntime.jsx("div", { className: "", children: jsxRuntime.jsx("span", { children: item.name }) }) }), item.description ?
11640
11640
  jsxRuntime.jsx("div", { className: "setting-section-desc", children: jsxRuntime.jsx("div", { className: "", children: jsxRuntime.jsx("span", { children: item.description }) }) })
11641
11641
  : null, item.data ?