diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index 20a888c..8a4098d 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -106,13 +106,15 @@ class Toolbar extends React.Component { renderToolbarTabs() { const title = copy[this.props.language].toolbar.title; + const isTags = this.props.tags && (this.props.tags.children > 0); + return (
{title}