Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const DiagnosticList: React.FC<IDiagnosticListProps> = ({ diagnosticItems
data: 'string',
onRender: (item: IDiagnosticInfo) => {
return (
<div data-is-focusable css={tableCell}>
<div css={tableCell}>
<Link
css={content}
underline="true"
Expand Down