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 +
+
+ + ); +}