mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Check that lineItems exists in attributes
This commit is contained in:
parent
68d25e51f2
commit
339676a2eb
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ export const TransactionPageComponent = props => {
|
|||
currentUser &&
|
||||
currentTransaction.id &&
|
||||
currentTransaction.id.uuid === params.id &&
|
||||
currentTransaction.attributes.lineItems &&
|
||||
currentTransaction.customer &&
|
||||
currentTransaction.provider &&
|
||||
!fetchTransactionError;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue