diff --git a/.circleci/config.yml b/.circleci/config.yml index 836c1dd694..086cb438b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -237,7 +237,7 @@ workflows: filters: branches: only: - - spirit-award + - free # This is alternate dev env for parallel testing - "build-qa": context : org-global @@ -260,7 +260,6 @@ workflows: branches: only: - develop - - fix-dashboard-auth # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration diff --git a/src/shared/components/Contentful/Viewport/index.jsx b/src/shared/components/Contentful/Viewport/index.jsx index b5cdd4eb5e..ae8c1a3883 100644 --- a/src/shared/components/Contentful/Viewport/index.jsx +++ b/src/shared/components/Contentful/Viewport/index.jsx @@ -113,7 +113,7 @@ function ViewportContentLoader(props) { let animation = {}; if (animationOnScroll) { contentIds.pop(); - animation = { ...data.entries.items[animationOnScroll.sys.id].fields }; + animation = { ...animationOnScroll.fields }; // Animations only on client side if (isomorphy.isClientSide()) { AOS.init();