bump readme
This commit is contained in:
parent
a25e4c0eb4
commit
6e2b707df7
|
|
@ -177,7 +177,7 @@ let click = TableRowAction<String, UserTableViewCell>(.click) {
|
|||
|
||||
}
|
||||
|
||||
let rows: [Row] = users.filter({ $0.state == .active }).map({ TableRow<String, UserTableViewCell>(item: $0.name, actions: [click]) })
|
||||
let rows = users.filter({ $0.state == .active }).map({ TableRow<String, UserTableViewCell>(item: $0.name, actions: [click]) })
|
||||
|
||||
tableDirector += rows
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue