diff --git a/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp b/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp index ec699aafe06..120f5030f53 100644 --- a/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp +++ b/packages/react-native/ReactCommon/react/renderer/attributedstring/TextAttributes.cpp @@ -217,7 +217,7 @@ SharedDebugStringConvertibleList TextAttributes::getDebugProps() const { debugStringConvertibleItem("allowFontScaling", allowFontScaling), debugStringConvertibleItem("dynamicTypeRamp", dynamicTypeRamp), debugStringConvertibleItem("letterSpacing", letterSpacing), - debugStringConvertibleItem("maxFontSizeMultiplier", maxFontSizeMultiplier) + debugStringConvertibleItem("maxFontSizeMultiplier", maxFontSizeMultiplier), // Paragraph Styles debugStringConvertibleItem("lineHeight", lineHeight),