From 4294f22d6997af2d86e937baa2646e65e2ad63cd Mon Sep 17 00:00:00 2001 From: Sol Date: Mon, 27 Jul 2020 15:01:49 +0100 Subject: [PATCH] lint fixes --- src/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index 5adce95..c160099 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -262,7 +262,7 @@ class Dashboard extends React.Component { methods={{ onSelectNarrative: this.setNarrative, getCategoryColor: this.getCategoryColor, - onSelect: app.narrative ? this.selectNarrativeStep : (ev => this.handleSelect(ev, 1)) + onSelect: app.narrative ? this.selectNarrativeStep : ev => this.handleSelect(ev, 1) }} />