arithematic to logical OR
This commit is contained in:
parent
eeb331f160
commit
93b9745b80
|
@ -51,7 +51,7 @@ const updateCustomerBilling = async () => {
|
|||
search: 'Jane',
|
||||
role: 'all',
|
||||
} );
|
||||
if ( ! customers.data | ! customers.data.length ) {
|
||||
if ( ! customers.data || ! customers.data.length ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue