feat: update WebsiteType and EventConfig interfaces with new properties, enhance tenant creation in tests
This commit is contained in:
@@ -25,6 +25,6 @@ export class HeroBannerComponent {
|
||||
return '';
|
||||
}
|
||||
|
||||
return this.eventConfig.dates.join(', ');
|
||||
return this.eventConfig.dates.map(({ date }) => date).join(', ');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user