Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
front: fix missing rolling stock images in train schedule list
We were calling formatTrainScheduleSummaries() before the rolling stock list got fetched. As a result all rolling stocks in the formatted train schedule summaries were null on first load. Wait for the rolling stock list to be available before kicking off the train schedule summaries lazy loading.
- Loading branch information