diff options
Diffstat (limited to 'client/src/lib/components/scrollableContainer.js')
| -rw-r--r-- | client/src/lib/components/scrollableContainer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib/components/scrollableContainer.js b/client/src/lib/components/scrollableContainer.js index b0beb63..4d97359 100644 --- a/client/src/lib/components/scrollableContainer.js +++ b/client/src/lib/components/scrollableContainer.js @@ -29,7 +29,7 @@ export default class ScrollableContainer extends Component { <ScrollView ref={(ref) => this.scrollView = ref} contentContainerStyle={[styles.body, bodyStyle]}> {headingEl} {this.props.children} - <div style={{height: 40}}>footer</div> + <div style={{height: 40}}> </div> </ScrollView> </View> ) |
