From 72b1b41c4b4630baad3413388df4414109dfc97c Mon Sep 17 00:00:00 2001 From: Giovanni Baratta Date: Sat, 18 May 2024 13:04:59 +0200 Subject: [PATCH] Fix minor issues (warning, and default state) in UI elements in HouseComponent.tsx Signed-off-by: Giovanni Baratta --- src/components/HouseComponent.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/HouseComponent.tsx b/src/components/HouseComponent.tsx index 59cfcd1..d21a9d1 100644 --- a/src/components/HouseComponent.tsx +++ b/src/components/HouseComponent.tsx @@ -288,22 +288,23 @@ export const HouseComponent: React.FC = () => { {agencyCostType === "variable" && ( )} {agencyCostType === "fixed" && ( )} - } - label="Include taxes (VAT, ...)" /> + } + label="Include taxes (VAT, ...)" />