Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msagolj committed Oct 9, 2024
1 parent efb85df commit b08507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aem.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ async function fetchPlaceholders(prefix = 'default') {
* @param {string} blockName name of the block
* @param {*} content two dimensional array or string or object of content
*/
export function buildBlock(blockName, content) {
function buildBlock(blockName, content) {
const table = Array.isArray(content) ? content : [[content]];
const blockEl = document.createElement('div');
// build image block nested div structure
Expand Down

0 comments on commit b08507f

Please sign in to comment.