From f1f3f8d12c2cbf2e8f96e7b9d99cdc196e5a78a9 Mon Sep 17 00:00:00 2001 From: Jay V Date: Thu, 19 Jun 2025 12:20:30 -0400 Subject: ignore: share version --- packages/web/src/components/Share.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'packages/web/src/components') diff --git a/packages/web/src/components/Share.tsx b/packages/web/src/components/Share.tsx index 12a734d13..e125912f6 100644 --- a/packages/web/src/components/Share.tsx +++ b/packages/web/src/components/Share.tsx @@ -801,7 +801,9 @@ export default function Share(props: {
- v${store.info?.version} + + v${store.info?.version} + @@ -1261,9 +1263,9 @@ export default function Share(props: { const path = createMemo(() => toolData()?.args.path !== data().rootDir ? stripWorkingDirectory( - toolData()?.args.path, - data().rootDir, - ) + toolData()?.args.path, + data().rootDir, + ) : toolData()?.args.path, ) @@ -1620,7 +1622,7 @@ export default function Share(props: { msg.role === "assistant" && part.type === "tool-invocation" && part.toolInvocation.toolName === - "todowrite" && + "todowrite" && part } > @@ -1686,7 +1688,7 @@ export default function Share(props: { msg.role === "assistant" && part.type === "tool-invocation" && part.toolInvocation.toolName === - "webfetch" && + "webfetch" && part } > -- cgit v1.2.3