[frontend]: Bus error handling

This commit is contained in:
2025-03-31 20:27:35 +01:00
parent b023e38788
commit 8f59e4f153

View File

@ -279,6 +279,11 @@ function App() {
break;
case "Bus":
if (item.busRouteAgencyName === "" || item.busRouteLongName === "" || item.busRouteShortName === "") {
display = false;
break;
}
display = item.latitude !== "0" &&
item.longitude !== "0" &&
(numberInputValue && userLocationAvailable