fixes #2102
This commit is contained in:
@@ -25,7 +25,7 @@ module PostSets
|
||||
end
|
||||
|
||||
def posts
|
||||
favorites.includes(:post).map(&:post)
|
||||
favorites.includes(:post).map(&:post).compact
|
||||
end
|
||||
|
||||
def presenter
|
||||
|
||||
Reference in New Issue
Block a user