Fix display of own projects on the starred projects user profile tab

This commit is contained in:
Camil Staps 2019-07-27 08:13:23 +02:00
parent 23fc32e6df
commit d2b2486afb
No known key found for this signature in database
GPG Key ID: 4A9BFD4F6A415F83
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class UsersController < ApplicationController
end
def load_starred_projects
@starred_projects = starred_projects.joined(user)
@starred_projects = starred_projects
prepare_projects_for_rendering(@starred_projects)
end