Fixed pagination. Added entity page channel tile expand.
This commit is contained in:
@@ -45,7 +45,6 @@ function getFilename(media, type, options) {
|
||||
}
|
||||
|
||||
export function getMediaPath(media, type, options) {
|
||||
console.log('media', media);
|
||||
if (!media) {
|
||||
return null;
|
||||
}
|
||||
@@ -53,7 +52,5 @@ export function getMediaPath(media, type, options) {
|
||||
const path = getBasePath(media, type, options);
|
||||
const filename = getFilename(media, type, options);
|
||||
|
||||
console.log(path, filename);
|
||||
|
||||
return `${path}/${filename}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user