Add space between invoice contacts

This commit is contained in:
Hillel Coren 2021-02-21 08:19:00 +02:00
parent f778e17617
commit 2d711f1d48
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class _InvitationListTile extends StatelessWidget {
orElse: () => ContactEntity());
return ListTile(
contentPadding: EdgeInsets.symmetric(horizontal: 16, vertical: 16),
title: Text(contact.fullNameWithEmail.isEmpty
? client.displayName
: contact.fullNameWithEmail),