From d63cd9dc1b7c282b2964b3bbfabc97d06d4694ee Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:38:23 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../app/(dashboard)/(logs)/jobs/components/job-detail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/tabby-ui/app/(dashboard)/(logs)/jobs/components/job-detail.tsx b/ee/tabby-ui/app/(dashboard)/(logs)/jobs/components/job-detail.tsx index 49c415d17d2a..314813107afe 100644 --- a/ee/tabby-ui/app/(dashboard)/(logs)/jobs/components/job-detail.tsx +++ b/ee/tabby-ui/app/(dashboard)/(logs)/jobs/components/job-detail.tsx @@ -36,7 +36,7 @@ export default function JobRunDetail() { const isPending = (stateLabel === 'Pending' || stateLabel === 'Running') && !currentNode?.stdout - + const handleBackNavigation = () => { if (typeof window !== 'undefined' && window.history.length <= 1) { router.push('/jobs')