diff --git a/src/components/error_text.js b/src/components/error_text.js index 53fa3d31f..89bd9a58e 100644 --- a/src/components/error_text.js +++ b/src/components/error_text.js @@ -13,7 +13,7 @@ export default class ErrorText extends React.Component { } render() { - if (!this.props.error || Object.keys(this.props.error).length === 0) { + if (!this.props.error) { return null; }