Skip to content

Commit

Permalink
correct call taker walk tolerance dropdown appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Sep 18, 2023
1 parent b590c8a commit 072575c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/form/call-taker/advanced-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ class AdvancedOptions extends Component {
name="walkReluctance"
onChange={this._setWalkTolerance}
options={[
{ text: 'Avoid Walking', value: 15 },
{ text: 'Normal Walking', value: 3 },
{ text: 'Avoid Walking', value: 15 },
{ text: 'Prefer walking', value: 1 }
]}
style={{ display: 'block' }}
style={{ display: 'block', width: '33ch' }}
value={this.props.modeSettingValues.walkReluctance}
/>

Expand Down

0 comments on commit 072575c

Please sign in to comment.