Skip to content

Commit

Permalink
chore(prettier): fix pretier
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin committed Aug 22, 2024
1 parent 5ee5334 commit 2719972
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/emoji-mart/src/components/Picker/Picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1097,11 +1097,7 @@ export default class Picker extends Component {
// This is a hidden live region that announces the number of emojis found only
renderLiveRegion() {
return (
<div
aria-live="polite"
class="sr-only"
aria-atomic="true"
>
<div aria-live="polite" class="sr-only" aria-atomic="true">
{this.getResultMessage()}
</div>
)
Expand Down

0 comments on commit 2719972

Please sign in to comment.