Skip to content

Commit

Permalink
fix: send correct weight product value
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAraldi committed Jul 29, 2024
1 parent 8f083f8 commit d943b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/UserContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export function UserProvider({ children }: Required<PropsWithChildren>) {
...newProduct,
material: newProduct.material || '',
size: newProduct.size || '',
weight: newProduct.size || '',
weight: newProduct.weight || '',
whatsapp,
images: imagesObject,
createdAt: new Date().getTime(),
Expand Down

0 comments on commit d943b76

Please sign in to comment.