Explorar o código

add join method

yusuketk %!s(int64=7) %!d(string=hai) anos
pai
achega
f56080e0b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
           overlay={(
             <Tooltip id="tooltip-bottom">
-              {this.state.currentPageTags.length !== 0 ? this.state.currentPageTags : 'ページタグ未設定'}
+              {this.state.currentPageTags.length !== 0 ? this.state.currentPageTags.join() : 'ページタグ未設定'}
             </Tooltip>
           )}
         >