Skip to content

Commit

Permalink
OTWO-7204 namefact issue (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharika1117 authored Apr 4, 2024
1 parent 479b24e commit ecf03bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/committers/_unclaimed_tile.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
main_lang = name_fact.primary_language.name
main_lang = name_fact&.primary_language.name
bg_color = language_color(main_lang)
txt_color = language_text_color(main_lang)
emails = name_fact.email_address_ids.compact
Expand Down

0 comments on commit ecf03bb

Please sign in to comment.