diff --git a/frontend/src/app/router.tsx b/frontend/src/app/router.tsx index a2664844..cec0af41 100644 --- a/frontend/src/app/router.tsx +++ b/frontend/src/app/router.tsx @@ -339,7 +339,6 @@ const router = createBrowserRouter([ return { Component: AuthenticationCallbackPage }; }, }, - /** * Auth route ends. */ diff --git a/frontend/src/app/routes/start-mapping.tsx b/frontend/src/app/routes/start-mapping.tsx index 1b402b1c..c47f1b6f 100644 --- a/frontend/src/app/routes/start-mapping.tsx +++ b/frontend/src/app/routes/start-mapping.tsx @@ -16,7 +16,6 @@ import { useModelDetails } from "@/features/models/hooks/use-models"; import { useNavigate, useParams, useSearchParams } from "react-router-dom"; import { UserProfile } from "@/components/layout"; import { Feature, TileJSON, TModelPredictions } from "@/types"; - import { BrandLogoWithDropDown, Legend, @@ -77,7 +76,6 @@ export const StartMappingPage = () => { error, } = useModelDetails(modelId as string, !!modelId); - const tileJSONURL = useMemo( () => modelInfo?.dataset?.source_imagery @@ -327,7 +325,6 @@ export const StartMappingPage = () => { updateQuery={updateQuery} modelDetailsPopupIsActive={showModelDetailsPopup} clearPredictions={clearPredictions} - trainingDataset={trainingDataset as TTrainingDataset} currentZoom={currentZoom} modelInfo={modelInfo} />