From c452e466be8bbddef2b79d33ef86d2b3cdd38cfb Mon Sep 17 00:00:00 2001 From: augustlindemer <118665588+augustlindemer@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:53:32 +0100 Subject: [PATCH] Update ExistingAndProposedUses.ts --- .../components/List/schemas/GLA/ExistingAndProposedUses.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, },