Code clean up

This commit is contained in:
Sumanth Nadigadda 2024-07-17 22:08:13 +05:30
parent 30f5a4d48c
commit f9ad75cb32

View File

@ -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
} }