From 0dfb7b84fd6f9b6ae0d8ed72c5894e856d2e3d20 Mon Sep 17 00:00:00 2001 From: ddl-rliu Date: Mon, 22 Jul 2024 18:40:45 -0700 Subject: [PATCH] Fix eslint --- .../components/Executions/ExecutionDetails/ExecutionNodeURL.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeURL.tsx b/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeURL.tsx index 61abdc590..fe9d2a469 100644 --- a/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeURL.tsx +++ b/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeURL.tsx @@ -33,6 +33,7 @@ export const ExecutionNodeURL: React.FC<{ const ref = React.useRef(null); const config = + // eslint-disable-next-line no-nested-ternary env.CODE_SNIPPET_USE_AUTO_CONFIG === "true" ? 'Config.auto()' : isHttps