mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added title for extension cavity wall insulation
This commit is contained in:
parent
a5cd52dae1
commit
45d4a8dccb
3 changed files with 4 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ const TitleMap = {
|
|||
internal_wall_insulation: "Internal Wall Insulation",
|
||||
external_wall_insulation: "External Wall Insulation",
|
||||
cavity_wall_insulation: "Cavity Wall Insulation",
|
||||
extension_cavity_wall_insulation: "Extension Cavity Wall Insulation",
|
||||
// Roof
|
||||
loft_insulation: "Loft Insulation",
|
||||
room_roof_insulation: "Room Roof Insulation",
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ const typeToCategoryMap: { [key in RecommendationType]?: RecommendationType } =
|
|||
internal_wall_insulation: "wall_insulation",
|
||||
external_wall_insulation: "wall_insulation",
|
||||
cavity_wall_insulation: "wall_insulation",
|
||||
extension_cavity_wall_insulation: "extension_cavity_wall_insulation",
|
||||
loft_insulation: "roof_insulation",
|
||||
room_roof_insulation: "roof_insulation",
|
||||
flat_roof_insulation: "roof_insulation",
|
||||
|
|
|
|||
|
|
@ -189,7 +189,8 @@ export type RecommendationType =
|
|||
| "cylinder_thermostat"
|
||||
| "trickle_vents"
|
||||
| "mixed_glazing"
|
||||
| "draught_proofing";
|
||||
| "draught_proofing"
|
||||
| "extension_cavity_wall_insulation";
|
||||
|
||||
export type UnnestedRecommendation = {
|
||||
quantity: number;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue