[frontend]: Add better message when no train data for a station

This commit is contained in:
2025-03-10 23:19:49 +00:00
parent ef1fd60e68
commit eae8724871

View File

@ -38,7 +38,7 @@ const TrainStationPopup = ({ item, objectTitle }) => {
setTrainInfo(trainInfoHtml);
} catch (error) {
setTrainInfo("Failed to fetch train data");
setTrainInfo("No trains due in the next 90 minutes");
}
};