From 481d4591f127482324d316d35aa084257691d986 Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Thu, 31 Aug 2023 16:10:56 +0200 Subject: [PATCH] edit cost surface name --- app/hooks/cost-surface/index.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/hooks/cost-surface/index.ts b/app/hooks/cost-surface/index.ts index 60c54ed7dd..fbc6cb9143 100644 --- a/app/hooks/cost-surface/index.ts +++ b/app/hooks/cost-surface/index.ts @@ -6,7 +6,6 @@ import { CostSurface } from 'types/api/cost-surface'; import { Project } from 'types/api/project'; import { API } from 'services/api'; -import GEOFEATURES from 'services/geo-features'; export function useProjectCostSurfaces( pid: Project['id'], @@ -17,17 +16,17 @@ export function useProjectCostSurfaces( const mockData: CostSurface[] = [ { - id: 'Cost Surface Rwanda A', + id: 'gfehrtf22534geyg', name: 'Cost Surface Rwanda A', scenarioUsageCount: 3, }, { - id: 'Cost Surface Rwanda B', + id: 'rfjghhrtersdtbkjshfw', name: 'Cost Surface Rwanda B', scenarioUsageCount: 0, }, { - id: 'Cost Surface Rwanda C', + id: '23275455HGVVCMSJHDFk', name: 'Cost Surface Rwanda C', scenarioUsageCount: 0, },