diff --git a/frontend/src/pages/LinkMLViewerPage.tsx b/frontend/src/pages/LinkMLViewerPage.tsx
index ed2241a2df..1ba6b5135a 100644
--- a/frontend/src/pages/LinkMLViewerPage.tsx
+++ b/frontend/src/pages/LinkMLViewerPage.tsx
@@ -3054,74 +3054,6 @@ const LinkMLViewerPage: React.FC = () => {
)}
- {slot.close_mappings && slot.close_mappings.length > 0 && (
-
-
{t('closeMappings')}
-
- {slot.close_mappings.map(mapping => (
-
- ))}
-
-
- )}
- {slot.narrow_mappings && slot.narrow_mappings.length > 0 && (
-
-
{t('narrowMappings')}
-
- {slot.narrow_mappings.map(mapping => (
-
- ))}
-
-
- )}
- {slot.broad_mappings && slot.broad_mappings.length > 0 && (
-
-
{t('broadMappings')}
-
- {slot.broad_mappings.map(mapping => (
-
- ))}
-
-
- )}
- {slot.related_mappings && slot.related_mappings.length > 0 && (
-
-
{t('relatedMappings')}
-
- {slot.related_mappings.map(mapping => (
-
- ))}
-
-
- )}
{/* Comments section */}
{slot.comments && slot.comments.length > 0 && (