mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
format file
This commit is contained in:
@@ -401,7 +401,7 @@ export const AppContainer = (props: AppContainerProps) => {
|
||||
const [planModeUIHistoryStartIndex, setPlanModeUIHistoryStartIndex] =
|
||||
useState<number | null>(() =>
|
||||
// Initialize if starting in PLAN mode (e.g. session resume)
|
||||
config.getApprovalMode() === ApprovalMode.PLAN ? 0 : null
|
||||
config.getApprovalMode() === ApprovalMode.PLAN ? 0 : null,
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user