mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Show software on dashboard only if software (#9299)
This commit is contained in:
parent
c28056e36c
commit
e8527c2b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ const DashboardPage = ({
|
|||
{LearnFleetCard}
|
||||
</>
|
||||
)}
|
||||
{!software && SoftwareCard}
|
||||
{software?.software && SoftwareCard}
|
||||
{!currentTeam && isOnGlobalTeam && <>{ActivityFeedCard}</>}
|
||||
{showMdmCard && <>{MDMCard}</>}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue