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