Skip to content

Commit ed6497e

Browse files
properly hide oidc header in sandbox
1 parent 65e83c7 commit ed6497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/src/components/Installations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function ApplicationDetails() {
185185
const { name, spec: { descriptor }, cost, license } = currentApplication
186186
const hasLinks = descriptor.links
187187
const hasCost = cost || license
188-
const sandboxed = !!configuration.hasSandbox
188+
const sandboxed = !!configuration.isSandbox
189189

190190
return (
191191
<Box

0 commit comments

Comments
 (0)