build fixes

This commit is contained in:
2021-10-07 15:34:22 +01:00
parent 59f7d95f88
commit 11928e35b9
8 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ let Home = (props) => {
return <WayleaveForm props={props} />;
default:
return <Blank />;
return <HouseholderAppealHasForm props={props} />;
}
re;
};