Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 241d5de

Browse files
committed
Fix linter
1 parent 92ed316 commit 241d5de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/views/github-tab-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default class GitHubTabView extends React.Component {
8181
// TODO: display a view that lets you create a repository on GitHub
8282
return (
8383
<div className="github-GitHub-noRemotes">
84-
<div className="github-GitHub-largeGitHubLogo icon icon-mark-github"></div>
84+
<div className="github-GitHub-largeGitHubLogo icon icon-mark-github" />
8585
<div className="initialize-repo-description">
8686
<span>This repository does not have any remotes hosted at GitHub.com.</span>
8787
</div>

lib/views/remote-selector-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class RemoteSelectorView extends React.Component {
1515
// todo: ask Ash how to test this before merging.
1616
return (
1717
<div className="github-RemoteSelector">
18-
<div className="github-GitHub-largeGitHubLogo icon icon-mark-github"></div>
18+
<div className="github-GitHub-largeGitHubLogo icon icon-mark-github" />
1919

2020
<div className="initialize-repo-description">
2121
<span>This repository has multiple remotes hosted at GitHub.com.

0 commit comments

Comments
 (0)