From 5bb76cb7f003ec5ec3ee930e76caf253c5e19406 Mon Sep 17 00:00:00 2001 From: Thomas Denton Date: Thu, 24 Oct 2019 17:26:07 -0500 Subject: [PATCH] Update lib/views/header-view.js Co-Authored-By: Ash Wilson --- lib/views/header-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/header-view.js b/lib/views/header-view.js index b6347c8995..02b3fffa58 100644 --- a/lib/views/header-view.js +++ b/lib/views/header-view.js @@ -22,7 +22,7 @@ export default class HeaderView extends React.Component { ); } - renderProjects = () => { + renderProjects() { const projects = []; for (const projectPath of this.props.projectPaths) { projects.push();