format file

This commit is contained in:
A.K.M. Adib
2026-03-06 12:43:38 -05:00
parent 4d233b6f67
commit 0b303fd613
+1 -1
View File
@@ -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(() => {