Skip to content

Commit

Permalink
fix(app-nav-bar): add data-baseweb attr (uber#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke authored Aug 30, 2020
1 parent beb77f8 commit e4675c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-nav-bar/app-nav-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function AppNavBar(props: AppNavBarPropsT) {
});

return (
<StyledRoot>
<StyledRoot data-baseweb="app-nav-bar">
{/* Mobile Nav Experience */}
<div
className={css({
Expand Down

0 comments on commit e4675c2

Please sign in to comment.