Skip to content

Commit

Permalink
Merge pull request #738 from ihalton/trunk
Browse files Browse the repository at this point in the history
fix: issue#710 Shop name not persisting on Mobile Nav
  • Loading branch information
Akarshit authored Feb 15, 2021
2 parents 214810b + ed24ad6 commit 03ee174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Header extends Component {
<AccountDropdown />
<MiniCart />
</Toolbar>
<NavigationMobile />
<NavigationMobile shop={shop}/>
</AppBar>
);
}
Expand Down

0 comments on commit 03ee174

Please sign in to comment.