Skip to content

Commit

Permalink
ServicePicker merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Gillmann committed Aug 6, 2020
1 parent 5069877 commit 64974a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pickers/ServicePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ServicePicker extends Component {
onSuggestionSelected = v => this.props.onChange(v, this.formatSuggestion(v));

render() {
const { intl, services, withLabel = true, label, withPlaceholder = false, placeholder, value, reset,
const { intl, withLabel = true, label, withPlaceholder = false, placeholder, value, reset,
readOnly = false, required = false,
withNull = false, nullLabel = null,
filteredOnPriceList = null, servicesPricelists
Expand Down

0 comments on commit 64974a9

Please sign in to comment.