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"
           overlay={(
             <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>
           )}
         >