diff --git a/client/src/components/global-search/global-search-os.component.jsx b/client/src/components/global-search/global-search-os.component.jsx index 4fdbde2c0..1cbfb9feb 100644 --- a/client/src/components/global-search/global-search-os.component.jsx +++ b/client/src/components/global-search/global-search-os.component.jsx @@ -15,7 +15,6 @@ export default function GlobalSearchOs() { const history = useHistory(); const [loading, setLoading] = useState(false); const [data, setData] = useState(false); - const [value, setValue] = useState(""); const executeSearch = async (v) => { if (v && v && v !== "" && v.length >= 3) {