summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/tui/dashboard/sparkline.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/tui/dashboard/sparkline.go b/internal/tui/dashboard/sparkline.go
index 5cc445d..93a6789 100644
--- a/internal/tui/dashboard/sparkline.go
+++ b/internal/tui/dashboard/sparkline.go
@@ -39,9 +39,6 @@ func renderSparkline(data []float64, width int) string {
if bottomLevel > 8 {
bottomLevel = 8
}
- if bottomLevel == 0 {
- bottomLevel = 1
- }
col := i
top[col] = sparkRowChars[topLevel]