Fix browser console errors

This commit is contained in:
KMY 2023-08-20 08:32:25 +09:00
parent 072583b60e
commit 87747fbf3e
2 changed files with 3 additions and 3 deletions

View file

@ -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,