@meduza/ui-kit-2 0.1.31 → 0.1.32

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.
@@ -1986,7 +1986,7 @@ var MetaContainer = function MetaContainer(_ref) {
1986
1986
 
1987
1987
  case 'datetime':
1988
1988
  {
1989
- var format = toCamel(component.format) || 'date';
1989
+ var format = component.format && toCamel(component.format) || 'date';
1990
1990
  return React.createElement(MetaItem, {
1991
1991
  hasSource: hasSource,
1992
1992
  bullets: true,