diff --git a/packages/@ourworldindata/grapher/src/text/Text.tsx b/packages/@ourworldindata/grapher/src/text/Text.tsx index 6e00bf95740..4adbe4688bd 100644 --- a/packages/@ourworldindata/grapher/src/text/Text.tsx +++ b/packages/@ourworldindata/grapher/src/text/Text.tsx @@ -22,11 +22,9 @@ export class Text extends React.Component { const y = this.props.y + bounds.height - bounds.height * 0.2 return ( - + + {this.props.children} + ) } }