mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: fix type error
This commit is contained in:
parent
b7ce46f7a1
commit
59e3b7409f
@ -18,7 +18,6 @@ export function Link(props: LinkProps) {
|
||||
return (
|
||||
<text
|
||||
fg={props.fg}
|
||||
underline={true}
|
||||
onMouseUp={() => {
|
||||
open(props.href).catch(() => {})
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user