Skip to content

Commit

Permalink
Merge branch 'axiel7:main' into feat/context_menu_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BitForger authored Aug 7, 2023
2 parents 77d31de + 63202ea commit 6dcb202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MediaListViewModel: ObservableObject {
getUserMediaList(otherUserId: userId)
}

return filtered
return Array(Set(filtered))
}
}

Expand Down

0 comments on commit 6dcb202

Please sign in to comment.