Skip to content

Commit f3aafa0

Browse files
authored
Attempting to fix OCP version display (#605)
1 parent 793c3b2 commit f3aafa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/engagement_data_cards/hosting_environment_card/hosting_environment_card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function HostingEnvironmentCard() {
163163
'Openshift Container Platform',
164164
getHumanReadableLabel(
165165
engagementFormConfig?.openshift_options?.versions?.options,
166-
hostingEnvironment?.ocp_version
166+
hostingEnvironment.ocp_version
167167
),
168168
getHumanReadableLabel(
169169
engagementFormConfig?.cloud_options?.providers?.options,

0 commit comments

Comments
 (0)