Skip to content

Commit e6ac01d

Browse files
Fixing broken tech section
#349
1 parent bc8e8da commit e6ac01d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

waltz-ng/client/technology/components/group-technology-summary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ function processSoftwareCatalogStats(stats) {
7979

8080
function calculateVisibility(stats) {
8181
return {
82-
servers: stats.serverStats.count > 0,
83-
databases: stats.databaseStats.count > 0,
82+
servers: stats.serverStats.totalCount > 0,
83+
databases: stats.databaseStats.totalCount > 0,
8484
software: stats.softwareStats && _.keys(stats.softwareStats.vendorCounts).length > 0
8585
};
8686
}

0 commit comments

Comments
 (0)