From 0bd81c81c8f5da33a835f3a4500f3611e64e8b15 Mon Sep 17 00:00:00 2001
From: build-pipeline <build-token>
Date: Mon, 4 Mar 2024 14:53:51 +0000
Subject: [PATCH] publish: fix: render "0" on analysis view

generated from commit f311a7f87ca9b1459fefb00fada394525f32a01e
---
 ...o.286879ff0cb82b116fab.js => ecolyo.f0dab6491c265cf7d5de.js} | 2 +-
 ...o.e08569d940b573fc8460.js => ecolyo.f8e2718769f8ad38db22.js} | 2 +-
 index.html                                                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename 4/{ecolyo.286879ff0cb82b116fab.js => ecolyo.f0dab6491c265cf7d5de.js} (99%)
 rename app/{ecolyo.e08569d940b573fc8460.js => ecolyo.f8e2718769f8ad38db22.js} (99%)

diff --git a/4/ecolyo.286879ff0cb82b116fab.js b/4/ecolyo.f0dab6491c265cf7d5de.js
similarity index 99%
rename from 4/ecolyo.286879ff0cb82b116fab.js
rename to 4/ecolyo.f0dab6491c265cf7d5de.js
index c752ca02f..23122d54a 100644
--- a/4/ecolyo.286879ff0cb82b116fab.js
+++ b/4/ecolyo.f0dab6491c265cf7d5de.js
@@ -2426,7 +2426,7 @@ var ProfileComparator = function ProfileComparator(_ref) {
     connected: performanceIndicators.length > 0,
     noData: false
   }), performanceIndicators.map(function (indicator, index) {
-    return indicator.value && /*#__PURE__*/_react.default.createElement(_ProfileComparatorRow.default, {
+    return Boolean(indicator.value) && /*#__PURE__*/_react.default.createElement(_ProfileComparatorRow.default, {
       key: _enums.FluidType[index],
       fluid: index,
       userPriceConsumption: userPriceConsumption,
diff --git a/app/ecolyo.e08569d940b573fc8460.js b/app/ecolyo.f8e2718769f8ad38db22.js
similarity index 99%
rename from app/ecolyo.e08569d940b573fc8460.js
rename to app/ecolyo.f8e2718769f8ad38db22.js
index 203ae04c3..cfd350f57 100644
--- a/app/ecolyo.e08569d940b573fc8460.js
+++ b/app/ecolyo.f8e2718769f8ad38db22.js
@@ -64,7 +64,7 @@
 /******/
 /******/ 	// script path function
 /******/ 	function jsonpScriptSrc(chunkId) {
-/******/ 		return __webpack_require__.p + "" + ({}[chunkId]||chunkId) + "/ecolyo." + {"3":"4691b499045ab5abaaa1","4":"286879ff0cb82b116fab","5":"7f1fcc1c8ff0056d2b5c","6":"58dc44dc576ca5cc4f02","7":"0aa5f5c57c463f74cbec","8":"e5c126b21505089b1bec","9":"d291da09c33bf88b3d41","10":"48e22fe54b797e13649d","11":"3baf0b358c1c353001a4"}[chunkId] + ".js"
+/******/ 		return __webpack_require__.p + "" + ({}[chunkId]||chunkId) + "/ecolyo." + {"3":"4691b499045ab5abaaa1","4":"f0dab6491c265cf7d5de","5":"7f1fcc1c8ff0056d2b5c","6":"58dc44dc576ca5cc4f02","7":"0aa5f5c57c463f74cbec","8":"e5c126b21505089b1bec","9":"d291da09c33bf88b3d41","10":"48e22fe54b797e13649d","11":"3baf0b358c1c353001a4"}[chunkId] + ".js"
 /******/ 	}
 /******/
 /******/ 	// The require function
diff --git a/index.html b/index.html
index fbb5641ed..0ba4d52f1 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.f97b7a5aeecbd744b032.js"></script><script src="app/ecolyo.e08569d940b573fc8460.js"></script></div></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.f97b7a5aeecbd744b032.js"></script><script src="app/ecolyo.f8e2718769f8ad38db22.js"></script></div></body></html>
\ No newline at end of file
-- 
GitLab