This commit is contained in:
Cameron 2020-07-19 10:15:23 +01:00
parent 93b9be9c5c
commit 54b4b3e11a

View File

@ -355,7 +355,7 @@ import 'css!./homesections';
});
}
export function loadLibraryTiles(elem, apiCdflient, user, userSettings, shape, userViews, allSections) {
export function loadLibraryTiles(elem, apiClient, user, userSettings, shape, userViews, allSections) {
let html = '';
if (userViews.length) {
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">' + globalize.translate('HeaderMyMedia') + '</h2>';