From f0fbfbca057fb92c041f17555e0e71c94061b08a Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Mon, 10 Jun 2024 08:07:12 +0400 Subject: [PATCH] Fix bug --- src/app.jsx | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/src/app.jsx b/src/app.jsx index 93946df..b49f304 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -52,7 +52,7 @@ export default function App() { return (
- +
{ @@ -100,26 +100,28 @@ export default function App() { fieldState: { invalid }, }) => ( - {["General Enquiry", "Support Request"].map((label) => ( - - - - ))} +
+ {["General Enquiry", "Support Request"].map((label) => ( + + + + ))} +
{invalid && (

Please select a query type