diff --git a/src/components/ScrollableTabView/ScrollableTabView.js b/src/components/ScrollableTabView/ScrollableTabView.js index 175b8b2f..70aca736 100644 --- a/src/components/ScrollableTabView/ScrollableTabView.js +++ b/src/components/ScrollableTabView/ScrollableTabView.js @@ -92,16 +92,17 @@ class ScrollableTabView extends React.Component { this.children().map((child, idx) => { const key = this.makeSceneKey(child, idx) const { currentPage, containerWidth, sceneKeys } = this.state - const {minViewportHeight } = this.props + const { minScrollHeight } = this.props return ( {this.keyExists(sceneKeys, key) ? child : null}