Skip to content

Commit

Permalink
Fix scanned contacts page
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jul 12, 2024
1 parent bfa0054 commit d44ba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/templates/contacts.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="mui--clearfix">
<div class="user mui--pull-left">
<div class="user__box">
{{ useravatar(contact.ticket_participant.participant) }}
{{ useravatar(contact.ticket_participant.participant, add_follow_btn=false) }}
<div class="user__box__header">
<p class="mui--text-subhead zero-bottom-margin">{{ contact.ticket_participant.fullname }}</p>
<p class="mui--text-body2 zero-bottom-margin">{{ contact.ticket_participant.email }}</p>
Expand Down

0 comments on commit d44ba82

Please sign in to comment.