diff --git a/app/components/chat/GitCloneButton.tsx b/app/components/chat/GitCloneButton.tsx index ed899129..62ed6906 100644 --- a/app/components/chat/GitCloneButton.tsx +++ b/app/components/chat/GitCloneButton.tsx @@ -50,7 +50,7 @@ export default function GitCloneButton({ importChat }: GitCloneButtonProps) { const message: Message = { role: 'assistant', content: `Cloning the repo ${repoUrl} into ${workdir} - + ${filePaths .map((filePath) => { const { data: content, encoding } = data[filePath];