@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.
@@ -1993,7 +1993,7 @@ var MetaContainer = function MetaContainer(_ref) {
1993
1993
 
1994
1994
  case 'datetime':
1995
1995
  {
1996
- var format = toCamel(component.format) || 'date';
1996
+ var format = component.format && toCamel(component.format) || 'date';
1997
1997
  return React__default.createElement(MetaItem, {
1998
1998
  hasSource: hasSource,
1999
1999
  bullets: true,