Explorar el Código

fix lint error

Yuki Takei hace 6 años
padre
commit
5d056e3011
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/client/js/components/PageCreateModal.jsx

+ 5 - 1
src/client/js/components/PageCreateModal.jsx

@@ -198,7 +198,11 @@ const PageCreateModal = (props) => {
             </div>
 
             <div className="d-flex justify-content-end mt-1 mt-sm-0">
-              <button type="button" className={`grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3 ${template == null && 'disabled'}`} onClick={createTemplatePage}>
+              <button
+                type="button"
+                className={`grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3 ${template == null && 'disabled'}`}
+                onClick={createTemplatePage}
+              >
                 <i className="icon-fw icon-doc"></i>{ t('Edit') }
               </button>
             </div>