From 9ba09da4fd608517839337ceb7088081a0690330 Mon Sep 17 00:00:00 2001 From: restitux Date: Sat, 18 Feb 2023 18:50:30 -0700 Subject: [PATCH] Remove commented out code --- screens/dashboard.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/screens/dashboard.go b/screens/dashboard.go index 3e65496..dee0037 100644 --- a/screens/dashboard.go +++ b/screens/dashboard.go @@ -98,10 +98,8 @@ func (m Dashboard) View() string { } else if isFirst && !isActive { border.BottomLeft = "├" } else if isLast && isActive { - //border.BottomRight = "│" border.BottomRight = "└" } else if isLast && !isActive { - //border.BottomRight = "┤" border.BottomRight = "┴" } style = style.Border(border)