Commit d2b2486a authored by Camil Staps's avatar Camil Staps

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

parent 23fc32e6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment