X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Foperational-status%2FlaunchpadOperationalStatus.jsx;h=0e12b6e5d328046192665e765a9b1a0ed4687419;hp=ba77a7911021251459f85aa5bbd3a1c76e9ce665;hb=28412d0042632687d765d239cbb3ff0523a131b9;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx b/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx index ba77a7911..0e12b6e5d 100644 --- a/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx +++ b/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -101,7 +101,7 @@ class ThrottledMessage extends React.Component { } render() { if(!this.props.hasFailed) { - return ({this.state.displayMessage}) + return ({this.state.displayMessage}) } else { return ( ) }