Skip to content

Commit 26123af

Browse files
committed
style: format sidebar copy path change
1 parent 46fc372 commit 26123af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/src/components/Sidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,8 @@ export default function Sidebar() {
702702
if (!api) return;
703703
const thread = threads.find((t) => t.id === threadId);
704704
if (!thread) return;
705-
const threadWorkspacePath = thread.worktreePath ?? projectCwdById.get(thread.projectId) ?? null;
705+
const threadWorkspacePath =
706+
thread.worktreePath ?? projectCwdById.get(thread.projectId) ?? null;
706707
const clicked = await api.contextMenu.show(
707708
[
708709
{ id: "rename", label: "Rename thread" },

0 commit comments

Comments
 (0)