Fix unreleased UI bug to conditionally show software self-service badge (#19541)

This commit is contained in:
Sarah Gillespie 2024-06-05 14:51:27 -05:00 committed by GitHub
parent d65f59ed84
commit bc60224acd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,7 +311,7 @@ const SoftwarePackageCard = ({
</div>
</div>
<div className={`${baseClass}__actions-wrapper`}>
{true && (
{softwarePackage.self_service && (
<div className={`${baseClass}__self-service-badge`}>
<Icon
name="install-self-service"