diff --git a/frontend/src/app/satellites/[satelliteSlug]/page.tsx b/frontend/src/app/satellites/[satelliteSlug]/page.tsx index 8422582..164f7f4 100644 --- a/frontend/src/app/satellites/[satelliteSlug]/page.tsx +++ b/frontend/src/app/satellites/[satelliteSlug]/page.tsx @@ -114,9 +114,11 @@ export default async function SatelliteInfoPage({ : null}

-
- -
+ {satAttributes.missionStatus === "ON ORBIT" ? ( +
+ +
+ ) : null} {/* Image container */}
@@ -149,7 +151,7 @@ export default async function SatelliteInfoPage({ ) : null} {/* Container for map */} - {noradId ? ( + {noradId && satAttributes.missionStatus === "ON ORBIT" ? (