mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Apparently capitalization matters
This commit is contained in:
parent
5f2a031d4c
commit
f2020a816a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ if ENV["INTERCOM_APP_ID"].present? && ENV["INTERCOM_IDENTITY_VERIFICATION_KEY"].
|
||||||
family_id: Proc.new { Current.family.id },
|
family_id: Proc.new { Current.family.id },
|
||||||
name: Proc.new { Current.user.display_name if Current.user.display_name != Current.user.email },
|
name: Proc.new { Current.user.display_name if Current.user.display_name != Current.user.email },
|
||||||
"Role": Proc.new { Current.user.role },
|
"Role": Proc.new { Current.user.role },
|
||||||
connections: Proc.new { Current.family.accounts.count },
|
"Connections": Proc.new { Current.family.accounts.count },
|
||||||
"AI Enabled": Proc.new { Current.user.ai_enabled }
|
"AI Enabled": Proc.new { Current.user.ai_enabled }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue