Skip to content

Commit bfaa72a

Browse files
committed
remove comment
1 parent acbaaa4 commit bfaa72a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/ReimbursementAccount/CompanyStep.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class CompanyStep extends React.Component {
4646

4747
this.submit = this.submit.bind(this);
4848

49-
// Session domain
5049
this.defaultWebsite = lodashGet(props, 'user.isFromPublicDomain', false)
5150
? 'https://'
5251
: `https://www.${Str.extractEmailDomain(props.session.email, '')}`;

0 commit comments

Comments
 (0)