make userDisplayName optional

This commit is contained in:
2026-07-17 16:08:03 +02:00
parent 1c02e3d1b2
commit 1aacb21b1b
2 changed files with 1 additions and 3 deletions
@@ -5,8 +5,6 @@ import config from './config.json';
function App() {
return (
<RecuperoPropostaCctDaContrattiComponent
userDisplayName="XYZ"
moduleName={config.component.moduleName}
headerTitle={config.component.headerTitle}
headerHeroImageSrc={config.component.headerHeroImageSrc}