File tree 2 files changed +2
-3
lines changed
src/shared/components/Contentful/Viewport
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ workflows:
237
237
filters :
238
238
branches :
239
239
only :
240
- - spirit-award
240
+ - free
241
241
# This is alternate dev env for parallel testing
242
242
- " build-qa " :
243
243
context : org-global
@@ -260,7 +260,6 @@ workflows:
260
260
branches :
261
261
only :
262
262
- develop
263
- - fix-dashboard-auth
264
263
# Production builds are exectuted
265
264
# when PR is merged to the master
266
265
# Don't change anything in this configuration
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function ViewportContentLoader(props) {
113
113
let animation = { } ;
114
114
if ( animationOnScroll ) {
115
115
contentIds . pop ( ) ;
116
- animation = { ...data . entries . items [ animationOnScroll . sys . id ] . fields } ;
116
+ animation = { ...animationOnScroll . fields } ;
117
117
// Animations only on client side
118
118
if ( isomorphy . isClientSide ( ) ) {
119
119
AOS . init ( ) ;
You can’t perform that action at this time.
0 commit comments