Skip to content

Commit c2221e9

Browse files
author
Vikas Agarwal
committed
lint fix
1 parent e0ffb96 commit c2221e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Home extends React.Component {
1818
}
1919

2020
render() {
21-
const registerUrl = ACCOUNTS_APP_REGISTER_URL;
21+
const registerUrl = ACCOUNTS_APP_REGISTER_URL
2222
const learnMoreUrl = 'https://www.' + DOMAIN +'/about-topcoder/connect/'
2323
return (
2424
<div className="content content-home">

0 commit comments

Comments
 (0)