Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Nov 6, 2024
1 parent 38d9f2c commit 1fac7d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/CohortBuilder/CustomCellRenderers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { FaExternalLinkAlt } from 'react-icons/fa';

const RenderLinkCell = (
{ cell }: CellRendererFunctionProps,
...args: Array<Record<string, unknown>>
) => {
return (
<a
Expand Down

0 comments on commit 1fac7d2

Please sign in to comment.