Commit 92bfd5d0 authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Fix bug in redirect

parent 33953e32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ function Simulation() {
  } else if (!search.currentTimestamp && !data.execution_end) {
    // If currentTimestamp is missing and the sim is still running, jump to playing the sim where it
    // is currently at. If the sim is complete, we'll summarize when currentTimestamp is undefined.
    return <Navigate to={Route.fullPath}
    return <Navigate
      params={{ simulationId: simulationId }}
      search={prev => ({
        ...prev,