mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fixed redundant / in pathname of themed component
This commit is contained in:
@@ -200,7 +200,7 @@ export class ThemedObjectListComponent extends ThemedComponent<ObjectListCompone
|
||||
}
|
||||
|
||||
protected importThemedComponent(themeName: string): Promise<any> {
|
||||
return import(`../../../themes//${themeName}/app/shared/object-list/object-list.component`);
|
||||
return import(`../../../themes/${themeName}/app/shared/object-list/object-list.component`);
|
||||
}
|
||||
|
||||
protected importUnthemedComponent(): Promise<any> {
|
||||
|
Reference in New Issue
Block a user