Skip to content

Commit

Permalink
Resolve lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yakupafsin committed Nov 8, 2023
1 parent e149093 commit 29b4d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function CodeRenderer(props) {
const fontSize = StyleUtils.getCodeFontSize(isInsideH1);

const textStyleOverride = {
fontSize: fontSize,
fontSize,
fontFamily: font,

// We need to override this properties bellow that was defined in `textStyle`
Expand Down

0 comments on commit 29b4d95

Please sign in to comment.