dhre-ui-kit 0.0.228 → 0.0.229
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/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +0 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3099,7 +3099,6 @@ const ScrollableList = ({
|
|
|
3099
3099
|
textColor: (activeTab ?? selectedItem) === item.name ? selectedItemTextColor : defaultItemTextColor
|
|
3100
3100
|
}
|
|
3101
3101
|
),
|
|
3102
|
-
item?.isError && /* @__PURE__ */ React.createElement(View, { style: [styles.errorViewStyle, errorStyle] }),
|
|
3103
3102
|
item?.isError ? /* @__PURE__ */ React.createElement(View, { style: [styles.errorViewStyle, errorStyle] }, item?.errorText ? /* @__PURE__ */ React.createElement(
|
|
3104
3103
|
CustomText$1,
|
|
3105
3104
|
{
|