Skip to content

Commit

Permalink
fix: remove random string in Form
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Jan 19, 2023
1 parent 1cbeaa7 commit fe8d4cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ class Form extends React.Component {
scrollToOverflowEnabled={this.props.scrollToOverflowEnabled}
ref={this.formRef}
>
{' '}
{scrollViewContent(safeAreaPaddingBottomStyle)}
</ScrollView>
))}
Expand Down

0 comments on commit fe8d4cd

Please sign in to comment.