Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Nov 12, 2023
2 parents a06f05e + be0a7d7 commit b917c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ui/invoice/edit/invoice_edit_contacts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ class _VendorContactListTile extends StatelessWidget {
style: Theme.of(context).textTheme.bodySmall,
),
),
if ((invitation?.emailError ?? '').isNotEmpty)
if ((invitation?.emailError ?? '').isNotEmpty &&
invitation?.emailStatus !=
InvitationEntity.EMAIL_STATUS_DELIVERED)
Padding(
padding: const EdgeInsets.only(top: 8),
child: Text(
Expand Down

0 comments on commit b917c93

Please sign in to comment.