Skip to content

Commit

Permalink
Update lib/views/header-view.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Ash Wilson <[email protected]>
  • Loading branch information
wadethestealth and smashwilson authored Oct 24, 2019
1 parent a1cb095 commit 5bb76cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/header-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class HeaderView extends React.Component {
);
}

renderProjects = () => {
renderProjects() {
const projects = [];
for (const projectPath of this.props.projectPaths) {
projects.push(<option key={projectPath} value={projectPath}>{path.basename(projectPath)}</option>);
Expand Down

0 comments on commit 5bb76cb

Please sign in to comment.