Skip to content

Commit e5a7f51

Browse files
committed
remove null
1 parent 6f8f51a commit e5a7f51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/js/blocks.build.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Blocks/embedpress-pdf/src/components/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function Edit(props) {
172172
const { href, mime, id, unitoption, width, height, powered_by, themeMode, customColor, presentation, lazyLoad, position, flipbook_toolbar_position, download, add_text, draw, open, toolbar, copy_text, toolbar_position, doc_details, doc_rotation, add_image, selection_tool, scrolling, spreads, sharePosition, contentShare, adManager, adSource, adFileUrl, adWidth, adHeight, adXPosition, adYPosition, viewerStyle, zoomIn, zoomOut, fitView, bookmark, customlogo } = attributes;
173173

174174
// Custom logo component
175-
const customLogoTemp = applyFilters('embedpress.customLogoComponent', null, attributes);
175+
const customLogoTemp = applyFilters('embedpress.customLogoComponent', '', attributes);
176176

177177

178178
let width_class = '';

0 commit comments

Comments
 (0)