diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-06-12 15:09:30 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-06-12 15:09:30 -0700 | 
| commit | ccbf9d5c66d5a255d1cfeaee6b07df92186baa61 (patch) | |
| tree | c0ab812d23494d23359abe5319f8a9b60d94e8db /extension/react-app/src | |
| parent | a13cb867ec0ea831d78e6d928463bd256babced5 (diff) | |
| parent | 19769044e875295c2e247dfd4c9d91ab1bf5dc28 (diff) | |
| download | sncontinue-ccbf9d5c66d5a255d1cfeaee6b07df92186baa61.tar.gz sncontinue-ccbf9d5c66d5a255d1cfeaee6b07df92186baa61.tar.bz2 sncontinue-ccbf9d5c66d5a255d1cfeaee6b07df92186baa61.zip  | |
Merge branch 'main' into superset-of-chat
Diffstat (limited to 'extension/react-app/src')
| -rw-r--r-- | extension/react-app/src/components/StepContainer.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx index 2d85b4f0..ca142b06 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -178,7 +178,7 @@ function StepContainer(props: StepContainerProps) {          <ContentDiv hidden={!open}>            {open && false && (              <> -              <pre className="overflow-scroll"> +              <pre className="overflow-x-scroll">                  Step Details:                  <br />                  {JSON.stringify(props.historyNode.step, null, 2)}  | 
