diff --git a/app/tests/singleMissionGuide.tsx b/app/tests/singleMissionGuide.tsx
index 4ffc709a..be82376c 100644
--- a/app/tests/singleMissionGuide.tsx
+++ b/app/tests/singleMissionGuide.tsx
@@ -5,6 +5,7 @@ import { CloudDrizzleIcon, LightbulbIcon, Telescope, ArrowUpIcon, ArrowDownIcon
import { motion, AnimatePresence } from "framer-motion";
import { useSupabaseClient, useSession } from "@supabase/auth-helpers-react";
import JournalPage from "@/components/Structures/Missions/Stardust/Journal";
+import MilestoneCard from "@/components/Structures/Missions/Milestones/MilestoneCard";
export interface Mission {
id: number;
@@ -92,7 +93,8 @@ const defaultMission: Mission = {
id: 0,
name: "Welcome to Star Sailors",
description: "You've been given some basic structures to start your journey. Click on their icons to classify the data they've collected for you. New data & projects are being added weekly.",
- additionalDescription: "You'll get to explore various missions, starting with basic tasks such as classifying objects in the sky and on Earth. Each task you complete unlocks new insights.", //
+ // additionalDescription: "You'll get to explore various missions, starting with basic tasks such as classifying objects in the sky and on Earth. Each task you complete unlocks new insights.", //
+ additionalDescription: ,
icon: LightbulbIcon,
color: "text-blue-400",
identifier: "default-starting-mission",
@@ -133,7 +135,7 @@ const SimpleeMissionGuide = () => {
{defaultMission.name}
{defaultMission.description}
diff --git a/components/Structures/Missions/Biologists/BiomassOnPlanet.tsx b/components/Structures/Missions/Biologists/BiomassOnPlanet.tsx
index b5c059d2..a4553957 100644
--- a/components/Structures/Missions/Biologists/BiomassOnPlanet.tsx
+++ b/components/Structures/Missions/Biologists/BiomassOnPlanet.tsx
@@ -46,7 +46,7 @@ const BiomassStats = () => {
if ( error ) {
return;
} ;
-
+
setTotalBio(data.length);
const oneYearAgo = new Date();
diff --git a/components/Structures/Missions/Biologists/ResearchStations.tsx b/components/Structures/Missions/Biologists/ResearchStations.tsx
index ec07708f..f0bbe659 100644
--- a/components/Structures/Missions/Biologists/ResearchStations.tsx
+++ b/components/Structures/Missions/Biologists/ResearchStations.tsx
@@ -9,6 +9,7 @@ import { InventoryItem } from "@/types/Items";
import BiomassStats from "./BiomassOnPlanet";
import StationModal from "./StationModal";
import ClassificationStats from "../Milestones/ClassificationNumber";
+import MilestoneCard from "../Milestones/MilestoneCard";
const initialStations: Station[] = [
{
@@ -230,6 +231,7 @@ export function GreenhouseResearchStations() {
{/* */}
{/*