File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ const Track = ({ pageContext, data }) => {
38
38
: placeholderSideTrackImage ;
39
39
40
40
// cover image for the video, falls back to final placeholder image
41
- const videoCover = coverImage
41
+ // (used as placeholder for contributions)
42
+ const contributionsPlaceholder = coverImage
42
43
? coverImage . childImageSharp . gatsbyImageData
43
44
: videoPlaceHolderImage
44
45
? videoPlaceHolderImage . childImageSharp . gatsbyImageData
@@ -118,7 +119,7 @@ const Track = ({ pageContext, data }) => {
118
119
119
120
< PassengerShowcasePanel
120
121
contributions = { video . showcase }
121
- placeholderImage = { videoCover }
122
+ placeholderImage = { contributionsPlaceholder }
122
123
headerType = { isTrackPage ? 'h3' : 'h2' }
123
124
submitButtonState = { {
124
125
track : video . canonicalTrack ?. slug ?? 'challenges' ,
You can’t perform that action at this time.
0 commit comments