From 3f35671fb5d7b5fde1cc795e251774b762b47831 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 28 Mar 2020 16:02:21 +0700 Subject: [PATCH] Color fix for 0-1 sat/vb fees in tv graph --- frontend/src/app/components/television/television.component.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/app/components/television/television.component.ts b/frontend/src/app/components/television/television.component.ts index 3b05492e1..2113f1b3f 100644 --- a/frontend/src/app/components/television/television.component.ts +++ b/frontend/src/app/components/television/television.component.ts @@ -94,9 +94,6 @@ export class TelevisionComponent implements OnInit { const finalArrayVbyte = this.generateArray(mempoolStats); - // Remove the 0-1 fee vbyte since it's practially empty - finalArrayVbyte.shift(); - this.mempoolVsizeFeesData = { labels: labels, series: finalArrayVbyte