Commit 752e97ed authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fixed crash while showing replay status

parent 2b67eb29
Loading
Loading
Loading
Loading
+5 −11
Original line number Diff line number Diff line
@@ -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>
      </>