From 3c2734d176589bd2090856b9e508ad61ef9d2079 Mon Sep 17 00:00:00 2001
From: Balazs Bajorics <2226774+balazsbajorics@users.noreply.github.com>
Date: Mon, 17 Jun 2024 22:02:03 +0200
Subject: [PATCH] hotfixing broken Vite compile
---
.../sections/style-section/text-subsection/text-subsection.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 9abe995da948..9535cd5cfe92 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
@@ -414,7 +414,7 @@ export const TextSubsection = React.memo(() => {
onSubmitValue={wrappedLetterSpacingOnSubmitValue}
onTransientSubmitValue={wrappedLetterSpacingOnTransientSubmitValue}
controlStatus={letterSpacingMetadata.controlStatus}
- DEPRECATED_labelBelow=
+ DEPRECATED_labelBelow={}
stepSize={0.01}
numberType='Length'
defaultUnitToHide={'px'}