updateMechanism isn't available while fetching

This commit is contained in:
Mark McDowall 2019-04-11 23:56:58 -07:00
parent 9aea452829
commit 7922a3856e
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ Updates.propTypes = {
generalSettingsError: PropTypes.object,
items: PropTypes.array.isRequired,
isInstallingUpdate: PropTypes.bool.isRequired,
updateMechanism: PropTypes.string.isRequired,
updateMechanism: PropTypes.string,
shortDateFormat: PropTypes.string.isRequired,
onInstallLatestPress: PropTypes.func.isRequired
};