From dc675a02c9068b6c9439728a65e7be2155edb1ab Mon Sep 17 00:00:00 2001 From: Jun-te kim Date: Thu, 21 Aug 2025 15:13:07 +0000 Subject: [PATCH] added condition page --- .../components/building-passport/Toolbar.tsx | 11 +++++++++++ .../[propertyId]/condition/page.tsx | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/app/portfolio/[slug]/building-passport/[propertyId]/condition/page.tsx diff --git a/src/app/components/building-passport/Toolbar.tsx b/src/app/components/building-passport/Toolbar.tsx index 57ad05d..45ebccc 100644 --- a/src/app/components/building-passport/Toolbar.tsx +++ b/src/app/components/building-passport/Toolbar.tsx @@ -108,6 +108,16 @@ export function Toolbar({ propertyId, portfolioId }: ToolbarProps) { ); + const conditionButton= ( + + + Condition + + ); + return ( ; + } +) { + return ( + <> +
+
+ This will be here the condition of each room will be +
+
+ Under construction, please contact domna's tech team +
+
+ + ); +}