fix: add missing compose .length #433

This commit is contained in:
Mauricio Siu
2024-09-09 09:36:10 -06:00
parent 3bb19cd324
commit 8b66a5ca9e

View File

@@ -63,8 +63,8 @@ export const ShowProjects = () => {
project?.mysql.length === 0 &&
project?.postgres.length === 0 &&
project?.redis.length === 0 &&
project?.applications.length === 0;
project?.compose.length === 0;
project?.applications.length === 0 &&
project?.compose.length === 0;
const totalServices =
project?.mariadb.length +