feat(ux): implement sprint 11 user experience module
This commit is contained in:
@@ -42,6 +42,8 @@ export class DataSourceResolverService {
|
||||
case 'footer':
|
||||
case 'footer-navigation':
|
||||
return of(this.toFooterData(section, settings));
|
||||
case 'recently-viewed':
|
||||
return of({ section, settings });
|
||||
default:
|
||||
return of({ section, settings });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user