From 6c8c0e402ff3e5d896ee39f8732eebc0316896a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20Mal=C3=BD?= <michal.maly@ibt.cas.cz>
Date: Tue, 22 Nov 2022 17:21:25 +0100
Subject: [PATCH] ReDNATCO plugin stage 39

---
 src/apps/rednatco/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/apps/rednatco/index.tsx b/src/apps/rednatco/index.tsx
index 010f6db2b..ddc12a3d5 100644
--- a/src/apps/rednatco/index.tsx
+++ b/src/apps/rednatco/index.tsx
@@ -38,7 +38,7 @@ export const DefaultDensityDifferenceNegativeColor = Color(0xC30000);
 export const DefaultDensityMapColor = Color(0x009DFF);
 const DefaultDensityMapDisplay = {
     kind: '2fo-fc' as DensityMapKind,
-    representations: ['solid'] as DensityMapRepresentation[],
+    representations: [] as DensityMapRepresentation[],
     isoValue: 0,
 
     alpha: DefaultDensityMapAlpha,
-- 
GitLab