{extractors.some((e) => {
if (!e) return true;
@@ -118,6 +177,11 @@ export const PlanetCard = ({
style={{ position: "absolute" }}
/>
)}
+
+ {planetInfoUniverse?.name}
+ L{planet.upgrade_level}
+
+
{extractors.map((e, idx) => {
const inPast = () => {
if (!e) return true;
@@ -142,6 +206,32 @@ export const PlanetCard = ({
);
})}
+
);
};