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)