Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 594cf06

Browse files
committed
fix snapshot whitespace and == vs ===
1 parent 7f185a6 commit 594cf06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/web/src/enterprise/executors/secrets/ExecutorSecretsListPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const ExecutorSecretsListPage: React.FunctionComponent<React.PropsWithChildren<E
154154
)}
155155

156156
<div className="d-flex mb-3">
157-
{(namespaceID == null ? Object.values(ExecutorSecretScope) : [ExecutorSecretScope.BATCHES]).map(
157+
{(namespaceID === null ? Object.values(ExecutorSecretScope) : [ExecutorSecretScope.BATCHES]).map(
158158
scope => (
159159
<ExecutorSecretScopeSelector
160160
key={scope}

client/web/src/site-admin/overview/__snapshots__/SiteAdminOverviewPage.test.tsx.snap

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)