diff --git a/packages/visx-text/src/Text.tsx b/packages/visx-text/src/Text.tsx index 70511c8db..2dc673658 100644 --- a/packages/visx-text/src/Text.tsx +++ b/packages/visx-text/src/Text.tsx @@ -27,7 +27,7 @@ export default function Text(props: TextProps) { const { wordsByLines, startDy, transform } = useText(props); return ( - + {wordsByLines.length > 0 ? ( {wordsByLines.map((line, index) => (