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()} )