Fix browser console errors
This commit is contained in:
parent
072583b60e
commit
87747fbf3e
2 changed files with 3 additions and 3 deletions
|
@ -334,7 +334,7 @@ class ScrollableList extends PureComponent {
|
|||
intersectionObserverWrapper={this.intersectionObserverWrapper}
|
||||
saveHeightKey={trackScroll ? `${this.context.router.route.location.key}:${scrollKey}` : null}
|
||||
>
|
||||
{cloneElement(child, {
|
||||
{cloneElement(child, child.type.name === 'ColumnLink' ? {} : {
|
||||
getScrollPosition: this.getScrollPosition,
|
||||
updateScrollBottom: this.updateScrollBottom,
|
||||
cachedMediaWidth: this.state.cachedMediaWidth,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue