Skip to content

Commit

Permalink
fix label-duplication warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 27, 2019
1 parent af45d2c commit d855a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function AppDrawer(props) {
);

return (
<nav className={className} role="navigation" aria-label="Main navigation">
<nav className={className} aria-label="Main navigation">
<Hidden lgUp={!disablePermanent} implementation="js">
<SwipeableDrawer
classes={{
Expand Down

0 comments on commit d855a05

Please sign in to comment.