chore(tui): clean live progress lint

This commit is contained in:
Brooklyn Nicholson
2026-04-26 15:42:07 -05:00
parent f6846205cc
commit a30db69dd5
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ import { useEffect, useRef } from 'react'
import { LONG_RUN_CHARMS } from '../content/charms.js'
import { pick, toolTrailLabel } from '../lib/text.js'
import type { ActiveTool } from '../types.js'
import { turnController } from './turnController.js'
import { useTurnSelector } from './turnStore.js'

View File

@@ -107,6 +107,7 @@ export function useMainApp(gw: GatewayClient) {
const ui = useStore($uiState)
const overlay = useStore($overlayState)
const turnLiveTailActive = useTurnSelector(state =>
Boolean(
state.streaming ||