diff --git a/report/www/src/__tests__/__snapshots__/Dashboard.test.tsx.snap b/report/www/src/__tests__/__snapshots__/Dashboard.test.tsx.snap index dd9cf345..3c97b916 100644 --- a/report/www/src/__tests__/__snapshots__/Dashboard.test.tsx.snap +++ b/report/www/src/__tests__/__snapshots__/Dashboard.test.tsx.snap @@ -2425,9 +2425,31 @@ exports[`Should render full Dashboard 1`] = ` - + +

+ +

+

Construction

@@ -2555,7 +2577,7 @@ exports[`Should render full Dashboard 1`] = ` >

- + +

+ +

+

Partenariat terminé

@@ -3081,7 +3125,7 @@ exports[`Should render full Dashboard 1`] = ` >

- + +

+ +

+

Accélération

@@ -3548,7 +3614,7 @@ exports[`Should render full Dashboard 1`] = ` >

- + +

+ +

+

- + +

+ +

+

Accélération

@@ -4561,7 +4671,7 @@ exports[`Should render full Dashboard 1`] = ` >

- + +

+ +

+

Accélération

@@ -5037,7 +5169,7 @@ exports[`Should render full Dashboard 1`] = ` >

- + +

+ +

+

Construction

@@ -5516,7 +5670,7 @@ exports[`Should render full Dashboard 1`] = ` >

Accélération

@@ -5935,7 +6089,7 @@ exports[`Should render full Dashboard 1`] = ` >

- + +

+ +

+

- + +

+ +

+

- + +

+ +

+

Accélération

@@ -7335,7 +7555,7 @@ exports[`Should render full Dashboard 1`] = ` >

- + +

+ +

+ - + +

+ +

+

= ({ report }) => { if (!isToolEnabled("thirdparties", params.row.url)) return ; const grade = params.value; - if (grade) { + if (typeof grade !== "undefined") { + if (params.row.summary.trackersCount === 0) { + return ( + + ); + } return ( = ({ report }) => { if (!isToolEnabled("thirdparties", params.row.url)) return ; const grade = params.value; - if (grade) { + if (typeof grade !== "undefined") { + if (params.row.summary.cookiesCount === 0) { + return ( + + ); + } + return (