Ver código fonte

add join method

yusuketk 7 anos atrás
pai
commit
f56080e0b5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/client/js/components/Page/EditTagModal.jsx

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

@@ -80,7 +80,7 @@ export default class EditTagModal extends React.Component {
           placement="bottom"
           placement="bottom"
           overlay={(
           overlay={(
             <Tooltip id="tooltip-bottom">
             <Tooltip id="tooltip-bottom">
-              {this.state.currentPageTags.length !== 0 ? this.state.currentPageTags : 'ページタグ未設定'}
+              {this.state.currentPageTags.length !== 0 ? this.state.currentPageTags.join() : 'ページタグ未設定'}
             </Tooltip>
             </Tooltip>
           )}
           )}
         >
         >