From 5ad99df0441b86f9dcf439d4a429b6d6b361a449 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 15 Jun 2026 09:54:15 +0000 Subject: [PATCH] correct typo --- .../[slug]/(portfolio)/your-projects/live/PropertyTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PropertyTable.tsx b/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PropertyTable.tsx index 9594f538..d1e07c96 100644 --- a/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PropertyTable.tsx +++ b/src/app/portfolio/[slug]/(portfolio)/your-projects/live/PropertyTable.tsx @@ -66,7 +66,7 @@ const COLUMN_LABELS: Record = { batchDescription: "Group Description", coordinationComments: "Coordination Comments", dampAndMouldGrowth: "Damp and Mould Growth", - dampMouldAndRepairComments: "Dampm, Mould and Repair Comments", + dampMouldAndRepairComments: "Damp, Mould and Repair Comments", domnaSurveyRequested: "Domna Survey Requested" };