@meduza/ui-kit-2 0.8.621 → 0.8.623

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.
@@ -1902,7 +1902,7 @@ const MetaContainer = ({
1902
1902
  hasSource: hasSource,
1903
1903
  bullets: true,
1904
1904
  key: component.id
1905
- }, /*#__PURE__*/React.createElement(React.Fragment, null, (styleContext !== 'isInDynamicBlock' || !styleContext.includes('episode')) && ( /*#__PURE__*/React.createElement(SvgSymbol, {
1905
+ }, /*#__PURE__*/React.createElement(React.Fragment, null, styleContext !== 'isInDynamicBlock' && ( /*#__PURE__*/React.createElement(SvgSymbol, {
1906
1906
  icon: "podcast",
1907
1907
  size: "small"
1908
1908
  })), component.text));