diff --git a/apps/desktop/src/app/session/hooks/use-cwd-actions.ts b/apps/desktop/src/app/session/hooks/use-cwd-actions.ts index cf0e469cc50..0943131d0d2 100644 --- a/apps/desktop/src/app/session/hooks/use-cwd-actions.ts +++ b/apps/desktop/src/app/session/hooks/use-cwd-actions.ts @@ -17,11 +17,7 @@ interface CwdActionsOptions { requestGateway: (method: string, params?: Record) => Promise } -export function useCwdActions({ - activeSessionIdRef, - onSessionRuntimeInfo, - requestGateway -}: CwdActionsOptions) { +export function useCwdActions({ activeSessionIdRef, onSessionRuntimeInfo, requestGateway }: CwdActionsOptions) { const { t } = useI18n() const copy = t.desktop diff --git a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts index 3904d8235b2..74e93379b59 100644 --- a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts +++ b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts @@ -732,13 +732,7 @@ export function usePromptActions({ return false }, - [ - activeSessionIdRef, - appendSessionTextMessage, - requestGateway, - selectedStoredSessionIdRef, - updateSessionState - ] + [activeSessionIdRef, appendSessionTextMessage, requestGateway, selectedStoredSessionIdRef, updateSessionState] ) const reloadFromMessage = useCallback(