Skip to content

Commit

Permalink
fix(TripNotificationsPane): Add aria props to advanced settings toggle.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Feb 2, 2021
1 parent 0acd10d commit a990abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/user/monitored-trip/trip-notifications-pane.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class TripNotificationsPane extends Component {

<h4>
<SettingsToggle
aria-expanded={showAdvancedSettings}
aria-label='Toggle advanced settings'
onClick={this._handleToggleAdvancedSettings}
type='button'
>
Expand Down

0 comments on commit a990abc

Please sign in to comment.