diff --git a/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx b/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx
index 9535cd5cfe92..cab2debbc903 100644
--- a/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx
+++ b/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx
@@ -438,7 +438,7 @@ export const TextSubsection = React.memo(() => {
controlStatus={lineHeightMetadata.controlStatus}
onSubmitValue={wrappedLineHeightOnSubmitValue}
onTransientSubmitValue={wrappedLineHeightOnTransientSubmitValue}
- DEPRECATED_labelBelow=
+ DEPRECATED_labelBelow={}
stepSize={0.01}
numberType='Length'
defaultUnitToHide={'em'}