diff --git a/src/common/input/ChakraInput.jsx b/src/common/input/ChakraInput.jsx index 1e85cd8c6..c282b2f65 100644 --- a/src/common/input/ChakraInput.jsx +++ b/src/common/input/ChakraInput.jsx @@ -10,13 +10,8 @@ export default function ChakraInput(props) { {({ field, form }) => { return ( - - - {label} - + + {label} {form.errors[name]} diff --git a/src/common/input/ChakraNumberInput.jsx b/src/common/input/ChakraNumberInput.jsx index 54e9bc069..887797233 100644 --- a/src/common/input/ChakraNumberInput.jsx +++ b/src/common/input/ChakraNumberInput.jsx @@ -15,13 +15,8 @@ export default function ChakraNumberInput(props) { {({ field, form }) => { return ( - - - {label} - + + {label} { @@ -50,7 +53,7 @@ export default function EventForm(props) { }} > {(props) => ( -
+ @@ -67,7 +70,7 @@ export default function EventForm(props) { @@ -80,7 +83,7 @@ export default function EventForm(props) { Save - + )}