diff --git a/frontend/src/components/dialogs/tasks/RestoreLogsDialog.tsx b/frontend/src/components/dialogs/tasks/RestoreLogsDialog.tsx index 8fe24762..fbaa5411 100644 --- a/frontend/src/components/dialogs/tasks/RestoreLogsDialog.tsx +++ b/frontend/src/components/dialogs/tasks/RestoreLogsDialog.tsx @@ -8,7 +8,7 @@ import { DialogTitle, } from '@/components/ui/dialog'; import { Button } from '@/components/ui/button'; -import { AlertTriangle, CheckCircle, GitCommit } from 'lucide-react'; +import { AlertTriangle, GitCommit } from 'lucide-react'; import NiceModal, { useModal } from '@ebay/nice-modal-react'; export interface RestoreLogsDialogProps { @@ -358,21 +358,6 @@ export const RestoreLogsDialog = NiceModal.create( )} - - {!hasLater && !needGitReset && ( -
- -
-

- No resets required -

-

- You are already at this checkpoint. Retrying will start - a new run from here. -

-
-
- )}