X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-react%2Fsrc%2Fcomponents%2Floop_viewer%2Fstatus%2FLoopStatus.js;h=d960c31e6250faf707263b337cf947eb16bc49d5;hb=337f36602a553ecb937c041a27b1c7270571c647;hp=141a41f51318707bfe33e7eb7b4800bf6b3d0e13;hpb=64d4727e2bb0973cf61a125fed240c8c4952d6ff;p=clamp.git diff --git a/ui-react/src/components/loop_viewer/status/LoopStatus.js b/ui-react/src/components/loop_viewer/status/LoopStatus.js index 141a41f5..d960c31e 100644 --- a/ui-react/src/components/loop_viewer/status/LoopStatus.js +++ b/ui-react/src/components/loop_viewer/status/LoopStatus.js @@ -46,7 +46,7 @@ const TableRow = ({ statusRow }) => ( export default class LoopStatus extends React.Component { state = { - loopCache: new LoopCache({}), + loopCache: new LoopCache({}) } constructor(props) { @@ -74,7 +74,7 @@ export default class LoopStatus extends React.Component { componentWillReceiveProps(newProps) { this.setState({ - loopCache: newProps.loopCache, + loopCache: newProps.loopCache }); }