yusuketk 7 лет назад
Родитель
Сommit
f56080e0b5
1 измененных файлов с 1 добавлено и 1 удалено
  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>
           )}
         >