diff --git a/src/lib/CohortBuilder/CustomCellRenderers.tsx b/src/lib/CohortBuilder/CustomCellRenderers.tsx
index 39357ec..c00ecd2 100644
--- a/src/lib/CohortBuilder/CustomCellRenderers.tsx
+++ b/src/lib/CohortBuilder/CustomCellRenderers.tsx
@@ -9,7 +9,7 @@ import { FaExternalLinkAlt } from 'react-icons/fa';
const RenderDiacomLink = ({ cell }: CellRendererFunctionProps) => {
if (!cell.getValue() || cell.getValue() === '') {
- return
+ return ;
} else
return (