Skip to content

Commit b9e3070

Browse files
committed
MX-17032 Fixes after review
1 parent 2ef401c commit b9e3070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/termui/view/termuic/termuiRenders/widgetsRender.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func computeRedundancyStr(redundancyLevel int64, redundancyIsMainActive string)
299299
}
300300

301301
func (wr *WidgetsRender) prepareBlockInfo() {
302-
// 8 rows and one column
302+
// 10 rows and one column
303303
numRows := 10
304304
rows := make([][]string, numRows)
305305

0 commit comments

Comments
 (0)