Skip to content

Commit

Permalink
Update ui/timeline/src/commonMain/kotlin/social/androiddev/timeline/T…
Browse files Browse the repository at this point in the history
…imelineContent.kt

Co-authored-by: Omid Ghenatnevi <[email protected]>
  • Loading branch information
digitalbuddha and crocsandcoffee committed Dec 21, 2022
1 parent 6f1f27b commit 36b6aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun TimelineContent(
val items = state.collectAsState()

val feedItems = when(val value = items.value){
is StoreResponse.Data-> {
is StoreResponse.Data -> {
val feedItems = value.value.map {
FeedItemState(
id= it.remoteId,
Expand Down

0 comments on commit 36b6aa9

Please sign in to comment.