Skip to content

Commit

Permalink
edit cost surface name
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Aug 31, 2023
1 parent a89ea5d commit 481d459
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/hooks/cost-surface/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<T = CostSurface[]>(
pid: Project['id'],
Expand All @@ -17,17 +16,17 @@ export function useProjectCostSurfaces<T = CostSurface[]>(

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,
},
Expand Down

0 comments on commit 481d459

Please sign in to comment.