dhre-ui-kit 0.0.128 → 0.0.129

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.mjs CHANGED
@@ -4195,7 +4195,7 @@ const AppointmentCard = ({
4195
4195
  ), /* @__PURE__ */ React.createElement(
4196
4196
  CustomTypography,
4197
4197
  {
4198
- text: appointmentId,
4198
+ text: appointmentId?.toString(),
4199
4199
  variant: FontStyle.L1_REGULAR,
4200
4200
  style: { color: theme.CONTENT_PRIMARY }
4201
4201
  }