diff --git a/editor.planx.uk/src/@planx/components/List/schemas/GLA/ExistingAndProposedUses.ts b/editor.planx.uk/src/@planx/components/List/schemas/GLA/ExistingAndProposedUses.ts index c141cf7dc0..417fe6b65a 100644 --- a/editor.planx.uk/src/@planx/components/List/schemas/GLA/ExistingAndProposedUses.ts +++ b/editor.planx.uk/src/@planx/components/List/schemas/GLA/ExistingAndProposedUses.ts @@ -38,7 +38,7 @@ export const ExistingAndProposedUsesGLA: Schema = { data: { title: "What is the gross internal floor area lost?", units: "m²", - fn: "areaLost", // area.lost + fn: "areaLoss", // area.loss allowNegatives: false, }, }, @@ -47,7 +47,7 @@ export const ExistingAndProposedUsesGLA: Schema = { data: { title: "What is the gross internal floor area gained?", units: "m²", - fn: "areaGained", // area.gained + fn: "areaGain", // area.gain allowNegatives: false, }, },