Skip to content

Commit

Permalink
'missing explicit return in contentHelpers'
Browse files Browse the repository at this point in the history
  • Loading branch information
foglabs committed Dec 5, 2023
1 parent deaa8e8 commit ecf4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/classes/contentHelpers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function creditsContent(block){

// generic block
export function contentBlock(block){
<div id={ block.id } className="content-block" dangerouslySetInnerHTML={{ __html: decode(block.value) }} />
return <div id={ block.id } className="content-block" dangerouslySetInnerHTML={{ __html: decode(block.value) }} />
}


Expand Down

0 comments on commit ecf4753

Please sign in to comment.