diff --git a/frontend/pages/hosts/details/cards/Software/HostSoftware.tsx b/frontend/pages/hosts/details/cards/Software/HostSoftware.tsx index 8a7aecd413..c01e243860 100644 --- a/frontend/pages/hosts/details/cards/Software/HostSoftware.tsx +++ b/frontend/pages/hosts/details/cards/Software/HostSoftware.tsx @@ -332,11 +332,16 @@ const HostSoftware = ({
{renderHostSoftware()}
@@ -345,7 +350,8 @@ const HostSoftware = ({ return (
- {!isAndroid(platform) && ( + {/* Fleet Free and Android both do not have card subheader */} + {!isAndroid(platform) && isPremiumTier && (