From aba85373572fcc7f313e1965ec242adacafd9688 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Thu, 14 Feb 2019 09:02:46 +0000 Subject: [PATCH] rm extra curly --- src/components/Toolbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index 76b9cca..9c8990f 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -124,7 +124,7 @@ class Toolbar extends React.Component { {this.renderToolbarNarrativePanel()} {this.renderToolbarCategoriesPanel()} - {this.renderToolbarTagPanel()}} + {this.renderToolbarTagPanel()} )