summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/components/share
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/components/share')
-rw-r--r--packages/web/src/components/share/part.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/web/src/components/share/part.tsx b/packages/web/src/components/share/part.tsx
index 45bd97fe3..c7d177df7 100644
--- a/packages/web/src/components/share/part.tsx
+++ b/packages/web/src/components/share/part.tsx
@@ -90,9 +90,6 @@ export function Part(props: PartProps) {
<Match when={props.part.type === "tool" && props.part.tool === "todowrite"}>
<IconQueueList width={18} height={18} />
</Match>
- <Match when={props.part.type === "tool" && props.part.tool === "todoread"}>
- <IconQueueList width={18} height={18} />
- </Match>
<Match when={props.part.type === "tool" && props.part.tool === "bash"}>
<IconCommandLine width={18} height={18} />
</Match>