소스 검색

fix lint errors

Yuki Takei 6 년 전
부모
커밋
ca8a6416cb
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      src/client/js/components/Admin/ImportData/GrowiZipImportConfigurationModal.jsx

+ 8 - 2
src/client/js/components/Admin/ImportData/GrowiZipImportConfigurationModal.jsx

@@ -83,7 +83,10 @@ class GrowiZipImportConfigurationModal extends React.Component {
           />
           <label htmlFor="cbOpt1">
             {t(`${translationBase}.set_public_to_page.label`, { from: t('Anyone with the link') })}
-            <p className="help-block mt-0" dangerouslySetInnerHTML={{ __html: t(`${translationBase}.set_public_to_page.desc`, { from: t('Anyone with the link') }) }} />
+            <p
+              className="help-block mt-0"
+              dangerouslySetInnerHTML={{ __html: t(`${translationBase}.set_public_to_page.desc`, { from: t('Anyone with the link') }) }}
+            />
           </label>
         </div>
         <div className="checkbox checkbox-warning">
@@ -107,7 +110,10 @@ class GrowiZipImportConfigurationModal extends React.Component {
           />
           <label htmlFor="cbOpt3">
             {t(`${translationBase}.set_public_to_page.label`, { from: t('Only inside the group') })}
-            <p className="help-block mt-0" dangerouslySetInnerHTML={{ __html: t(`${translationBase}.set_public_to_page.desc`, { from: t('Only inside the group') }) }} />
+            <p
+              className="help-block mt-0"
+              dangerouslySetInnerHTML={{ __html: t(`${translationBase}.set_public_to_page.desc`, { from: t('Only inside the group') }) }}
+            />
           </label>
         </div>
         <div className="checkbox checkbox-default">