bbovenzi commented on code in PR #66809:
URL: https://github.com/apache/airflow/pull/66809#discussion_r3242243302


##########
airflow-core/src/airflow/ui/src/components/ReactMarkdown.tsx:
##########
@@ -60,8 +64,8 @@ const LinkComponent = ({
   href,
   title,
 }: {
-  readonly children: ReactNode;
-  readonly href: string;
+  readonly children?: ReactNode;
+  readonly href?: string;

Review Comment:
   These props shouldn't change. If you are using a Link without href or 
children, then its not a Link.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to