diff --git a/app/src/components/OutputsTable/OutputCell/OutputCell.tsx b/app/src/components/OutputsTable/OutputCell/OutputCell.tsx index de7eff1..b5a1955 100644 --- a/app/src/components/OutputsTable/OutputCell/OutputCell.tsx +++ b/app/src/components/OutputsTable/OutputCell/OutputCell.tsx @@ -191,7 +191,7 @@ export default function OutputCell({ return ( - {contentToDisplay} + {contentToDisplay} ); }