Code clean up
This commit is contained in:
parent
30f5a4d48c
commit
f9ad75cb32
@ -81,7 +81,7 @@ class TableViewController: BaseViewController<Table> {
|
|||||||
self?.component.tableHeader = headers
|
self?.component.tableHeader = headers
|
||||||
|
|
||||||
var rows = self?.component.tableRows ?? [TableRowModel]()
|
var rows = self?.component.tableRows ?? [TableRowModel]()
|
||||||
self?.updateBottomLineStyle(items:&rows, style: rowStyle?.lineStyle()CXTDT-586383)
|
self?.updateBottomLineStyle(items:&rows, style: rowStyle?.lineStyle())
|
||||||
self?.component.tableRows = rows
|
self?.component.tableRows = rows
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user