Skip to content

Commit 59e3b74

Browse files
committed
chore: fix type error
1 parent b7ce46f commit 59e3b74

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/ui

packages/opencode/src/cli/cmd/tui/ui/link.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export function Link(props: LinkProps) {
1818
return (
1919
<text
2020
fg={props.fg}
21-
underline={true}
2221
onMouseUp={() => {
2322
open(props.href).catch(() => {})
2423
}}

0 commit comments

Comments
 (0)