Skip to content

Commit

Permalink
Fix - Correction de l'url de details d'une MyOrder (latitude et longi…
Browse files Browse the repository at this point in the history
…tude étaient manquants)
  • Loading branch information
noelmugnier committed Dec 20, 2020
1 parent 3a7138c commit 354bf31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/my-orders/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const MY_ORDERS = gql`
line1
zipcode
city
latitude
longitude
}
}
createdOn
Expand Down Expand Up @@ -83,6 +85,8 @@ export const GET_MY_ORDER_DETAILS = gql`
line1
zipcode
city
latitude
longitude
}
}
vendor {
Expand Down

0 comments on commit 354bf31

Please sign in to comment.