Explorar el Código

replace method

yusuketk hace 7 años
padre
commit
43bd19bf54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/Page/EditTagModal.jsx

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

@@ -82,7 +82,7 @@ export default class EditTagModal extends React.Component {
           placement="bottom"
           overlay={(
             <Tooltip id="tooltip-bottom">
-              {this.state.currentPageTags.map((tag) => { return `${tag}\t` })}
+              {this.state.currentPageTags.join()}
             </Tooltip>
           )}
         >