Skip to content

Commit

Permalink
Merge pull request #2412 from botpress/ya-fix-emulator
Browse files Browse the repository at this point in the history
fix(channel-web): fix for intermittent issue with emulator
  • Loading branch information
EFF authored Sep 23, 2019
2 parents e16e11c + 985e08e commit c148596
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bp/ui-studio/src/web/lite.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ class LiteView extends React.Component {
}

render() {
if (!this.props.modules || !this.props.modules.length) {
return null
}

const modules = moduleViewNames(this.props.modules, 'plugin')
const onNotFound = () => (
<h1>
Expand Down

0 comments on commit c148596

Please sign in to comment.