Explorar el Código

fix lint warn

itizawa hace 5 años
padre
commit
ecd288c102
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/client/js/components/Admin/App/GcsSettings.jsx

+ 1 - 0
src/client/js/components/Admin/App/GcsSettings.jsx

@@ -32,6 +32,7 @@ function GcsSetting(props) {
       {gcsUseOnlyEnvVars && (
         <p
           className="alert alert-info"
+          // eslint-disable-next-line react/no-danger
           dangerouslySetInnerHTML={{ __html: t('admin:app_setting.note_for_the_only_env_option', { env: 'IS_GCS_ENV_PRIORITIZED' }) }}
         />
       )}