diff --git a/ui/AppLink.tsx b/ui/AppLink.tsx index 018d898..6bcd38e 100644 --- a/ui/AppLink.tsx +++ b/ui/AppLink.tsx @@ -7,9 +7,6 @@ const AppLink = forwardRef[0]>((props if (props.target === '_blank') { return ; } - if (props['aria-disabled']) { - return ; - } return ; });