修复: 合并从develop

This commit is contained in:
2022-05-24 18:10:20 +08:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1,5 @@
json.partial! 'users/user', locals: { user: @user }
if @user.present?
json.partial! 'users/user', locals: { user: @user }
else
json.null
end