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 f01e682 commit 40d413a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fun TimelineContent(

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

0 comments on commit 40d413a

Please sign in to comment.