mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix unreleased UI bug to conditionally show software self-service badge (#19541)
This commit is contained in:
parent
d65f59ed84
commit
bc60224acd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue