fix: inverted name and phone positions on the customers list
fix: use the correct variables for getting the customers status fix: customer name was showing as 'undefined undefined' when not present fix: use the phone number as a fallback for the customer name when it's not present fix: removed phone number compliance card fix: set a fixed size for the popup photos
This commit is contained in:
parent
f53a934092
commit
15618df4ef
10 changed files with 117 additions and 100 deletions
|
|
@ -65,8 +65,8 @@ const typeDefs = gql`
|
|||
|
||||
type Customer {
|
||||
id: ID!
|
||||
name: String
|
||||
authorizedOverride: String
|
||||
daysSuspended: Int
|
||||
frontCameraPath: String
|
||||
frontCameraOverride: String
|
||||
phone: String
|
||||
|
|
@ -91,7 +91,6 @@ const typeDefs = gql`
|
|||
}
|
||||
|
||||
input CustomerInput {
|
||||
name: String
|
||||
authorizedOverride: String
|
||||
frontCameraPath: String
|
||||
frontCameraOverride: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue