Skip to content

Commit dc93d3f

Browse files
committed
sync
1 parent 93425c7 commit dc93d3f

File tree

1 file changed

+0
-2
lines changed
  • packages/opencode/src/cli/cmd/tui/routes/session

1 file changed

+0
-2
lines changed

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,6 @@ function ReasoningPart(props: { part: ReasoningPart; message: AssistantMessage }
482482
)
483483
}
484484

485-
function resize(el: BoxRenderable) {}
486-
487485
function TextPart(props: { part: TextPart; message: AssistantMessage }) {
488486
return (
489487
<box id={"text-" + props.part.id} paddingLeft={3} marginTop={1} flexShrink={0}>

0 commit comments

Comments
 (0)