react-native-resource-calendar 1.0.5 → 1.0.6

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
@@ -694,7 +694,7 @@ function StaffAvatar({
694
694
  width: circleSize,
695
695
  backgroundColor: avatarColor || "#C9E5E8",
696
696
  overflow: "hidden"
697
- } }, !image ? /* @__PURE__ */ React18__namespace.createElement(
697
+ } }, image ? /* @__PURE__ */ React18__namespace.createElement(
698
698
  reactNative.Image,
699
699
  {
700
700
  resizeMode: "cover",