#259 did not fully address the issue with displaying the error message. The error prop being passed from the mapStateToProps is actually the OTP response (not the error field that comes as part of that response). This is causing the message to not be processed correctly in ErrorMessage and the message to not display.
To reproduce, simply run yarn start, plan a bad trip, and view incomplete error message (does not contain error details):
