Browse Source

fix: show super description aways desplay

pull/313/head
yystopf 4 years ago
parent
commit
3abd6037d9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/users/show.json.jbuilder

+ 1
- 0
app/views/users/show.json.jbuilder View File

@@ -14,4 +14,5 @@ json.province @user.show_location ? @user.province : nil
json.city @user.show_location ? @user.city : nil
json.custom_department @user.show_department ? @user.custom_department : nil
json.super_description @user.show_super_description ? @user.super_description : nil
json.show_super_description @user.show_super_description
json.description @user.description

Loading…
Cancel
Save