fix: UI stuff and mailgun typos
This commit is contained in:
parent
142f86c85c
commit
3221a7a828
13 changed files with 75 additions and 13 deletions
|
|
@ -27,7 +27,8 @@ const CustomersList = ({
|
|||
{
|
||||
header: 'Phone/email',
|
||||
width: 199,
|
||||
view: it => `${getFormattedPhone(it.phone, locale.country)} ${it.email}`
|
||||
view: it => `${getFormattedPhone(it.phone, locale.country) || ''}
|
||||
${it.email || ''}`
|
||||
},
|
||||
{
|
||||
header: 'Name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue