diff --git a/apps/platform/src/sections/evidence/OTValidation/Body.jsx b/apps/platform/src/sections/evidence/OTValidation/Body.jsx
index c1f5ed1ac..85edcf2d4 100644
--- a/apps/platform/src/sections/evidence/OTValidation/Body.jsx
+++ b/apps/platform/src/sections/evidence/OTValidation/Body.jsx
@@ -203,7 +203,7 @@ const getColumns = classes => [
label: 'OTVL hit',
tooltip: <>Binary assessment of gene perturbation effect in contrast>,
renderCell: row => (
-
+
),
width: '8%',
},
@@ -211,7 +211,7 @@ const getColumns = classes => [
id: 'projectHit',
label: 'Primary project hit',
renderCell: row => (
-
+
),
width: '8%',
},
@@ -306,9 +306,7 @@ export function BodyCore({ definition, id, label, count }) {
),
'label'
// sort alphabetically but move 'PAN-CO' at the end of the list
- ).sort((a, b) =>
- (b.label === 'PAN-CO' || a.label < b.label) ? -1 : 1
- );
+ ).sort((a, b) => (b.label === 'PAN-CO' || a.label < b.label ? -1 : 1));
return (
<>