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