Remove blank space

This commit is contained in:
igorrCarvalho 2024-02-05 11:45:35 -03:00
commit 5eef2774a2

View file

@ -112,7 +112,7 @@ export default function InputComponent({
}}
>
<>
<div className={"relative mt-1"}>
<div className={"relative mt-1 "}>
<Transition
show={showOptions}
as={Fragment}