diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ae4bdf8..09f6160 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -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