This commit is contained in:
Benoit Marty 2023-12-14 16:56:31 +01:00 committed by Benoit Marty
parent 87dfb9785c
commit b231f0851b

View file

@ -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 = {},
) )