Remove commented out code

This commit is contained in:
2023-02-18 18:50:30 -07:00
parent 48d22cbb30
commit 9ba09da4fd
-2
View File
@@ -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)