FIX get organzition's name bug

This commit is contained in:
jasder 2021-04-22 16:45:26 +08:00
parent d07543111a
commit ddacf2a733
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ json.projects_count @user.projects_count
json.is_watch current_user&.watched?(@user)
json.organizations @user.organizations do |organization|
json.login organization.login
json.name organization.full_name
json.name organization.real_name
json.image_url url_to_avatar(organization)
json.url "#{request.base_url }/organize/#{organization.login}"
end