Loading js-apps/meep-frontend/src/js/containers/exec/event-container.js +5 −11 Original line number Diff line number Diff line Loading @@ -129,17 +129,11 @@ class EventContainer extends Component { </Button> </GridCell> {this.props.replayStatus && <GridCell span={6}> {this.props.replayStatus ? ( <> {this.props.replayStatus} </> ) : ( <span> Status Not Found </span> )} {this.props.replayStatus.replayFileRunning} </GridCell> } </Grid> </Elevation> </> Loading Loading
js-apps/meep-frontend/src/js/containers/exec/event-container.js +5 −11 Original line number Diff line number Diff line Loading @@ -129,17 +129,11 @@ class EventContainer extends Component { </Button> </GridCell> {this.props.replayStatus && <GridCell span={6}> {this.props.replayStatus ? ( <> {this.props.replayStatus} </> ) : ( <span> Status Not Found </span> )} {this.props.replayStatus.replayFileRunning} </GridCell> } </Grid> </Elevation> </> Loading