File tree Expand file tree Collapse file tree
apps/array/src/renderer/features/sessions/components Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import {
2121} from "../stores/sessionViewStore" ;
2222import { ConversationView } from "./ConversationView" ;
2323import { InlinePermissionSelector } from "./InlinePermissionSelector" ;
24- import { ModeIndicator } from "./ModeIndicator" ;
2524import { PlanStatusBar } from "./PlanStatusBar" ;
2625import { RawLogsView } from "./raw-logs/RawLogsView" ;
2726
@@ -214,16 +213,6 @@ export function SessionView({
214213 < ContextMenu . Root >
215214 < ContextMenu . Trigger >
216215 < Flex direction = "column" height = "100%" className = "bg-gray-1" >
217- { taskId && (
218- < Flex
219- px = "3"
220- py = "2"
221- justify = "end"
222- className = "border-gray-4 border-b"
223- >
224- < ModeIndicator taskId = { taskId } />
225- </ Flex >
226- ) }
227216 { showRawLogs ? (
228217 < RawLogsView events = { events } />
229218 ) : (
You can’t perform that action at this time.
0 commit comments