Remove commented out code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user