Skip to content

Commit

Permalink
fix(tests): fix property assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Martins committed Oct 20, 2021
1 parent 837e166 commit a9b8dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blipInput/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class BlipInput extends Component {
this.props = {
...this.props,
...props,
customError: props.customError,
customError: props && props.customError,
}

const labelClass = this._getLabelClass()
Expand Down

0 comments on commit a9b8dc3

Please sign in to comment.