Merge pull request #2546 from home-assistant/dev

Update demo
This commit is contained in:
Paulus Schoutsen 2019-01-23 12:10:20 -08:00 committed by GitHub
commit bc6debc6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@ export default () => {
if (
installingWorker.state === "installed" &&
navigator.serviceWorker.controller &&
!__DEV__
!__DEV__ &&
!__DEMO__
) {
// Notify users here of a new frontend being available.
import(/* webpackChunkName: "show-new-frontend-toast" */ "./show-new-frontend-toast").then(