diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-17 21:09:30 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-17 21:09:30 -0700 |
commit | bd230674bd78425dc0931e6725547faea73c1ee5 (patch) | |
tree | 52b6cda3bc6ea4e4d361f96023570c5294b5f41b /extension/react-app/src/pages | |
parent | 56c4b2abeb03ded8cb72cad6594ae2f92566f7d5 (diff) | |
download | sncontinue-bd230674bd78425dc0931e6725547faea73c1ee5.tar.gz sncontinue-bd230674bd78425dc0931e6725547faea73c1ee5.tar.bz2 sncontinue-bd230674bd78425dc0931e6725547faea73c1ee5.zip |
show exact prompt/completion logs
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index c35cf21b..fccc9b4b 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -311,6 +311,7 @@ function GUI(props: GUIProps) { ) ) : ( <StepContainer + index={index} isLast={index === history.timeline.length - 1} isFirst={index === 0} open={stepsOpen[index]} |