Unverified Commit d375fee9 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

fe fix (#1)

parent 3f072712
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,14 +112,14 @@ class EventContainer extends Component {
          style={{ padding: 10, marginBottom: 10 }}
        >
          <Grid style={{ marginBottom: 10 }}>
            <GridCell span={6}>
            <GridCell span={2}>
              <div style={{ marginBottom: 10 }}>
                <span className="mdc-typography--headline6">
                  Event
                </span>
              </div>
            </GridCell>
            <GridCell span={6}>
            <GridCell span={10}>
              <div align={'right'}>
                <Button
                  outlined
+2 −3
Original line number Diff line number Diff line
@@ -187,10 +187,9 @@ class ExecPageContainer extends Component {
        // TODO consider showing an alert
        // console.log(error);
      }
    });

      // Refresh file list
      this.updateReplayFileList();
    });
  }

  // CLOSE DIALOG