aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/LoopUI.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/LoopUI.js')
-rw-r--r--ui-react/src/LoopUI.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/LoopUI.js b/ui-react/src/LoopUI.js
index dd4923e3e..1f79d39eb 100644
--- a/ui-react/src/LoopUI.js
+++ b/ui-react/src/LoopUI.js
@@ -147,7 +147,7 @@ export default class LoopUI extends React.Component {
return (
<LoopViewBodyDivStyled>
<LoopSvg loopCache={this.state.loopCache} />
- <LoopLogs />
+ <LoopLogs loopCache={this.state.loopCache} />
<LoopStatus />
</LoopViewBodyDivStyled>
);