yusuketk пре 7 година
родитељ
комит
dad9ba050b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/js/components/Page/TagViewer.jsx

+ 1 - 1
src/client/js/components/Page/TagViewer.jsx

@@ -68,7 +68,7 @@ export default class TagViewer extends React.Component {
           placement="bottom"
           placement="bottom"
           overlay={(
           overlay={(
             <Tooltip id="tag-edit-button-tooltip" className="tag-tooltip">
             <Tooltip id="tag-edit-button-tooltip" className="tag-tooltip">
-              {this.state.currentPageTags.length !== 0 ? this.state.currentPageTags.join() : 'tag is not set'}
+              {this.state.currentPageTags.length !== 0 ? this.state.currentPageTags.join() : 'tag is not set' }
             </Tooltip>
             </Tooltip>
           )}
           )}
         >
         >