dhre-ui-kit 0.0.387 → 0.0.388
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 +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3778,7 +3778,7 @@ const Toast = React.forwardRef(
|
|
|
3778
3778
|
};
|
|
3779
3779
|
translateText();
|
|
3780
3780
|
}, [message]);
|
|
3781
|
-
return visible ? /* @__PURE__ */ React.createElement(
|
|
3781
|
+
return visible && translatedText?.length ? /* @__PURE__ */ React.createElement(
|
|
3782
3782
|
Animated.View,
|
|
3783
3783
|
{
|
|
3784
3784
|
style: [
|