Skip to content

Commit

Permalink
AppBar add appear false back (#34)
Browse files Browse the repository at this point in the history
* Add appear false back

* bump package.json version
  • Loading branch information
leotoll authored Feb 3, 2020
1 parent 590cd22 commit d1b0dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-storefront",
"version": "7.2.1",
"version": "7.2.2",
"description": "Build and deploy e-commerce progressive web apps (PWAs) in record time.",
"module": "./index.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/AppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function AppBar({ children, style, fixed, offlineWarning, classes

if (!fixed) {
appBar = (
<Slide in={!trigger}>
<Slide appear={false} in={!trigger}>
{appBar}
</Slide>
)
Expand Down

0 comments on commit d1b0dce

Please sign in to comment.