Skip to content

Commit

Permalink
add proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Aug 31, 2023
1 parent efbad5c commit 4e443a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AvatarWithImagePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import getImageResolution from '../libs/fileDownload/getImageResolution';
import PressableWithoutFeedback from './Pressable/PressableWithoutFeedback';
import DotIndicatorMessage from './DotIndicatorMessage';
import * as Browser from '../libs/Browser';
import withNavigationFocus from './withNavigationFocus';
import withNavigationFocus, {withNavigationFocusPropTypes} from './withNavigationFocus';
import compose from '../libs/compose';

const propTypes = {
Expand Down Expand Up @@ -82,6 +82,7 @@ const propTypes = {
errors: PropTypes.object,

...withLocalizePropTypes,
...withNavigationFocusPropTypes,
};

const defaultProps = {
Expand Down

0 comments on commit 4e443a9

Please sign in to comment.