Format
This commit is contained in:
parent
87dfb9785c
commit
b231f0851b
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ private fun aPollHistoryState(
|
||||||
activeFilter = activeFilter,
|
activeFilter = activeFilter,
|
||||||
pollHistoryItems = PollHistoryItems(
|
pollHistoryItems = PollHistoryItems(
|
||||||
ongoing = currentItems,
|
ongoing = currentItems,
|
||||||
past = currentItems,),
|
past = currentItems,
|
||||||
|
),
|
||||||
eventSink = {},
|
eventSink = {},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue