diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 4746434..f3258d4 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -65,11 +65,6 @@ function Home({ endpoint, setEndpoint, secure, setSecure }: HomeProps) { }; const handleSubmit = async () => { - if (!endpoint) { - showModal(true); - return; - } - if (!rating) { showModal(true); return;