diff --git a/src/components/sections/two-column-h2.js b/src/components/sections/two-column-h2.js index 2da4c0c88..e86b6a94c 100644 --- a/src/components/sections/two-column-h2.js +++ b/src/components/sections/two-column-h2.js @@ -32,7 +32,7 @@ const TwoColumnH2 = ({ myRef ); - enterCount === 1 && lottieRef.current.play(); + enterCount === 1 && lottieRef.current && lottieRef.current.play(); return (