Skip to content

Commit

Permalink
Fix aria-label syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Feb 23, 2021
1 parent 075c7ff commit ffab409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class SearchPanel extends Component {
{
query && query !== '' && (
<Chip
ariaLabel={t('clearSearchAria')}
aria-label={t('clearSearchAria')}
className={classes.clearChip}
color="secondary"
label={t('clearSearch')}
Expand Down

0 comments on commit ffab409

Please sign in to comment.