Skip to content
Snippets Groups Projects
Commit a3b73e2a authored by vjrj's avatar vjrj
Browse files

Update avatar method parameter in TransactionContactWidget

parent d623517b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class TransactionContactWidget extends StatelessWidget {
return Row(
children: <Widget>[
avatar(contact.avatar, avatarSize: avatarSize),
avatar(contact, avatarSize: avatarSize),
const SizedBox(width: 8.0),
Expanded(
child: Column(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment