Skip to content

Commit 5c3d490

Browse files
committed
share page hide step-finish events
1 parent 1254f48 commit 5c3d490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/components/Share.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ export default function Share(props: {
321321
const filteredParts = createMemo(() =>
322322
msg.parts.filter((x, index) => {
323323
if (x.type === "step-start" && index > 0) return false
324+
if (x.type === "step-finish") return false
324325
if (x.type === "text" && x.synthetic === true) return false
325326
if (x.type === "tool" && x.tool === "todoread") return false
326327
if (x.type === "text" && !x.text) return false

0 commit comments

Comments
 (0)