Skip to content

Commit

Permalink
Merge pull request #3938 from Expensify/Rory-DefaultValueForWebsite
Browse files Browse the repository at this point in the history
Prepend website form with https://
  • Loading branch information
jasperhuangg authored Jul 9, 2021
2 parents c22f7a9 + 6002b69 commit a5f8dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/CompanyStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CompanyStep extends React.Component {
addressState: lodashGet(props, ['achData', 'addressState']) || 'AK',
addressZipCode: lodashGet(props, ['achData', 'addressZipCode'], ''),
companyPhone: lodashGet(props, ['achData', 'companyPhone'], ''),
website: lodashGet(props, ['achData', 'website'], ''),
website: lodashGet(props, ['achData', 'website'], 'https://'),
companyTaxID: lodashGet(props, ['achData', 'companyTaxID'], ''),
incorporationType: lodashGet(props, ['achData', 'incorporationType'], ''),
incorporationDate: lodashGet(props, ['achData', 'incorporationDate'], ''),
Expand Down

0 comments on commit a5f8dac

Please sign in to comment.