Skip to content

Commit

Permalink
Remove bad line
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 25, 2022
1 parent 1e27aca commit b83498b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ScreenWrapper/BaseScreenWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import ONYXKEYS from '../../ONYXKEYS';
import {withNetwork} from '../OnyxProvider';
import {propTypes, defaultProps} from './propTypes';

propTypes.keyboardAvoidingViewBehavior = PropTypes.oneOf(['padding', 'height', 'position', '']).isRequired;

class BaseScreenWrapper extends React.Component {
constructor(props) {
super(props);
Expand Down

0 comments on commit b83498b

Please sign in to comment.