diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-17 22:15:06 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-17 22:15:06 -0700 |
commit | 7c69888165123af68ad1e27bfe2c22d7a02ec8e5 (patch) | |
tree | 78037b5d1da9c0e01a942a105eaf4a50eb977198 /extension/react-app | |
parent | 0b2a23a1d003c88a9f2f6c4b03117d815b1c456d (diff) | |
download | sncontinue-7c69888165123af68ad1e27bfe2c22d7a02ec8e5.tar.gz sncontinue-7c69888165123af68ad1e27bfe2c22d7a02ec8e5.tar.bz2 sncontinue-7c69888165123af68ad1e27bfe2c22d7a02ec8e5.zip |
temporarily remove jetbrains from docs
Diffstat (limited to 'extension/react-app')
-rw-r--r-- | extension/react-app/src/pages/history.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/pages/history.tsx b/extension/react-app/src/pages/history.tsx index 8582a40f..b901dd55 100644 --- a/extension/react-app/src/pages/history.tsx +++ b/extension/react-app/src/pages/history.tsx @@ -127,7 +127,7 @@ function History() { minute: "numeric", })} {" | "} - {lastPartOfPath(session.workspace_directory || "")} + {lastPartOfPath(session.workspace_directory || "")}/ </div> </TdDiv> </td> |