diff --git a/src/components/views/globals/UpdateCheckBar.js b/src/components/views/globals/UpdateCheckBar.js index 557698c711..d19a21cb8f 100644 --- a/src/components/views/globals/UpdateCheckBar.js +++ b/src/components/views/globals/UpdateCheckBar.js @@ -47,7 +47,7 @@ export default React.createClass({ }, render: function() { - const message = _t(statusText[this.props.status], { errorDetail: this.props.detail }); + const message = _t(statusText[this.props.status], { errorDetail: this.props.detail || '' }); let image; if (doneStatuses.includes(this.props.status)) {