diff --git a/app/missions/page.tsx b/app/missions/page.tsx
index 893a26ce..b39d5fd5 100644
--- a/app/missions/page.tsx
+++ b/app/missions/page.tsx
@@ -236,13 +236,12 @@ export default function MissionsPage() {
{
// Fallback if image fails to load
(e.target as HTMLImageElement).style.display = 'none';
}}
/>
- {oddInfo.label}
)}
@@ -322,4 +321,4 @@ export default function MissionsPage() {
);
-}
\ No newline at end of file
+}
\ No newline at end of file