password patches

This commit is contained in:
Wyatt Johnson
2018-05-03 15:51:50 -06:00
parent b5958d5879
commit ea71b779d2
2 changed files with 12 additions and 7 deletions
@@ -97,7 +97,7 @@ DeleteMyAccountDialog.propTypes = {
showDialog: PropTypes.bool.isRequired,
closeDialog: PropTypes.func.isRequired,
requestAccountDeletion: PropTypes.func.isRequired,
scheduledDeletionDate: PropTypes.any.isRequired,
scheduledDeletionDate: PropTypes.any,
organizationContactEmail: PropTypes.string.isRequired,
};