This commit is contained in:
Fishandchips321 2026-02-22 22:22:38 +00:00
parent 2a572e8bc4
commit 86f273d12d
7 changed files with 50 additions and 15 deletions

View file

@ -19,6 +19,9 @@ const Search = () => {
}
getServerList().then(servers => {
if (servers.length === 0) {
alert("No servers found");
}
setServers(servers);
}).catch(e => {
alert(e);