diff --git a/package.json b/package.json index 1f9cc985..79d86b5e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/AppBar.js b/src/AppBar.js index 4a2c7e7c..954518f8 100644 --- a/src/AppBar.js +++ b/src/AppBar.js @@ -67,7 +67,7 @@ export default function AppBar({ children, style, fixed, offlineWarning, classes if (!fixed) { appBar = ( - + {appBar} )