diff --git a/src/components/shopping-item/index.tsx b/src/components/shopping-item/index.tsx index d67b0654..e759faa2 100644 --- a/src/components/shopping-item/index.tsx +++ b/src/components/shopping-item/index.tsx @@ -50,9 +50,14 @@ const ShoppingItem: React.FC = (props) => {
-

{`${product.name}, ${ - amount + measureUnit - }`}

+ +

{`${product.name}, ${ + amount + measureUnit + }`}

+