@@ -351,7 +351,7 @@ export class FullEventBuilder {
351351 } ;
352352 this . descriptor = {
353353 ...pick ( this . listableEventInfo , [ 'id' , 'title' , 'days' , 'timezone' , 'keywords' , 'location' , 'backgroundUrl' , 'logoUrl' , 'theming' , 'buyTicketsUrl' ] ) ,
354- ...pick ( descriptor , [ 'headingTitle' , 'headingBackground' , 'features' , 'formattings' , 'infos' ] ) ,
354+ ...pick ( descriptor , [ 'headingTitle' , 'headingSubTitle' , ' headingBackground', 'features' , 'formattings' , 'infos' ] ) ,
355355 rooms : [ ...this . roomsById . values ( ) ] ,
356356 talkTracks : [ ...this . tracksById . values ( ) ] ,
357357 talkFormats : [ ...this . formatsById . values ( ) ] ,
@@ -411,7 +411,7 @@ export class FullEventBuilder {
411411 conferenceDescriptor : {
412412 ...pick ( this . descriptor , [
413413 'id' , 'title' , 'days' , 'timezone' , 'keywords' , 'location' , 'backgroundUrl' ,
414- 'logoUrl' , 'theming' , 'headingTitle' , 'headingBackground' , 'talkFormats' ,
414+ 'logoUrl' , 'theming' , 'headingTitle' , 'headingSubTitle' , ' headingBackground', 'talkFormats' ,
415415 'talkTracks' , 'supportedTalkLanguages' , 'rooms' , 'formattings' , 'infos' ,
416416 ] ) ,
417417 features : {
0 commit comments