diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index bae24a0eb0..010b6b1a78 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -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 += '

' + globalize.translate('HeaderMyMedia') + '

';