diff options
Diffstat (limited to 'animism-align/frontend/app/views/paragraph/components')
| -rw-r--r-- | animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js b/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js index dd53f0b..5180d5e 100644 --- a/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js +++ b/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js @@ -20,7 +20,7 @@ export const paragraphElementLookup = { pullquote: React.memo(Paragraph), big_text: React.memo(Paragraph), section_heading: React.memo(ParagraphHeading), - heading_text: React.memo(ParagraphHeading), + // heading_text: React.memo(ParagraphHeading), video: React.memo(MediaVideo), image: React.memo(MediaImage), } |
