Browse Source

fix lint warn

itizawa 5 years ago
parent
commit
ecd288c102
1 changed files with 1 additions and 0 deletions
  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' }) }}
         />
       )}