diff --git a/front/components/WorkspacePicker.tsx b/front/components/WorkspacePicker.tsx index 659c74365f1a..e0c8985fddac 100644 --- a/front/components/WorkspacePicker.tsx +++ b/front/components/WorkspacePicker.tsx @@ -35,6 +35,7 @@ export default function WorkspacePicker({ diff --git a/sparkle/src/components/Input.tsx b/sparkle/src/components/Input.tsx index 59c6ebf974aa..5467333066dc 100644 --- a/sparkle/src/components/Input.tsx +++ b/sparkle/src/components/Input.tsx @@ -85,7 +85,11 @@ export const Input = forwardRef( : "default"; return ( - {label && {label}} + {label && ( + + {label} + + )}