diff --git a/src/apps/rednatco/index.tsx b/src/apps/rednatco/index.tsx index 010f6db2b581f98e1e82a9b0eb16d3076734416a..ddc12a3d53dca5df7361ed108c162e39ea3827de 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,