X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Fskyquake_container%2FskyquakeContainer.jsx;fp=skyquake%2Fframework%2Fwidgets%2Fskyquake_container%2FskyquakeContainer.jsx;h=53a382febc670ce343a320440195da8c1a3f1869;hb=dfe972ff7c9f7b6b1d730e66b0b2aa8df2ce329b;hp=eca94135aa40a83365419f3887c5483b240680b2;hpb=e8b63f1993b397787576bdd884366a6640a5adea;p=osm%2FUI.git diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx b/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx index eca94135a..53a382feb 100644 --- a/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx +++ b/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -83,7 +83,7 @@ export default class skyquakeContainer extends React.Component { } render() { - const {displayNotification, notificationMessage, displayScreenLoader, ...state} = this.state; + const {displayNotification, notificationMessage, displayScreenLoader, notificationType, ...state} = this.state; var html; if (this.matchesLoginUrl()) { @@ -104,7 +104,7 @@ export default class skyquakeContainer extends React.Component {