diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js index 2a1283a..64b4e48 100644 --- a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js +++ b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js @@ -8,13 +8,12 @@ export const FullscreenCurtain = ({ element, transitionDuration }) => { color: color.textColor, transitionDuration, } - console.log(element, element.annotation.settings.curtain_text) return ( <div className='fullscreen-element curtain' style={style} > - {element.annotation.curtain_text && ( + {element.annotation.settings.curtain_text && ( <span dangerouslySetInnerHTML={{ __html: element.annotation.settings.curtain_text }} /> )} </div> |
