Dashboard UI: Only show welcome cards for global view (#6972)

This commit is contained in:
RachelElysia 2022-07-29 15:10:05 -04:00 committed by GitHub
parent c8367eaf32
commit 13478f451d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,7 +313,8 @@ const Homepage = (): JSX.Element => {
const allLayout = () => {
return (
<div className={`${baseClass}__section`}>
{canEnrollHosts &&
{!currentTeam &&
canEnrollGlobalHosts &&
hostSummaryData &&
hostSummaryData?.totals_hosts_count < 2 && (
<>