Skip to content

Commit

Permalink
Update CommunalSpace.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer authored Jun 11, 2024
1 parent e6d844d commit 6dbe7e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const CommunalSpaceGLA: Schema = {
title: "Is this unit of communal space lost or gained?",
fn: "development",
options: [
{ id: "gained", data: { text: "Gained", val: "gained" } },
{ id: "lost", data: { text: "Lost", val: "lost" } },
{ id: "gain", data: { text: "Gained", val: "gain" } },
{ id: "loss", data: { text: "Lost", val: "loss" } },
],
},
},
Expand Down

0 comments on commit 6dbe7e7

Please sign in to comment.