Remove commented out code
This commit is contained in:
@@ -98,10 +98,8 @@ func (m Dashboard) View() string {
|
|||||||
} else if isFirst && !isActive {
|
} else if isFirst && !isActive {
|
||||||
border.BottomLeft = "├"
|
border.BottomLeft = "├"
|
||||||
} else if isLast && isActive {
|
} else if isLast && isActive {
|
||||||
//border.BottomRight = "│"
|
|
||||||
border.BottomRight = "└"
|
border.BottomRight = "└"
|
||||||
} else if isLast && !isActive {
|
} else if isLast && !isActive {
|
||||||
//border.BottomRight = "┤"
|
|
||||||
border.BottomRight = "┴"
|
border.BottomRight = "┴"
|
||||||
}
|
}
|
||||||
style = style.Border(border)
|
style = style.Border(border)
|
||||||
|
|||||||
Reference in New Issue
Block a user