Add parsing for StationAlerts, and fetch function for Boards.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
details = result.data;
|
||||
isExpanded = true;
|
||||
} catch (e) {
|
||||
console.Error('Failed to load train details');
|
||||
console.error('Failed to load train details');
|
||||
loadingDetailsError = true;
|
||||
loadingDetailsErrorMsg = e.message;
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user