Skip to content

Commit

Permalink
Changed URL pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
namesty committed Jan 25, 2024
1 parent 43fe899 commit 0844e65
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/components/RealtimeLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function RealtimeLogs(props: {
const isFinished = checkIfFinished(sortedLogsWithSteps)

const navigateToStrategy = () => {
router.push(`../${props.run.id}`)
router.push(`./`)
}

useEffect(() => {
Expand Down

0 comments on commit 0844e65

Please sign in to comment.