Don't warn the user if the endpoint is not set

This commit is contained in:
powermaker450 2024-09-11 23:56:08 -04:00
parent c74a7b80ed
commit a80f13cf8d

View file

@ -65,11 +65,6 @@ function Home({ endpoint, setEndpoint, secure, setSecure }: HomeProps) {
}; };
const handleSubmit = async () => { const handleSubmit = async () => {
if (!endpoint) {
showModal(true);
return;
}
if (!rating) { if (!rating) {
showModal(true); showModal(true);
return; return;