From 903079cfb6c354ebf70ea2742ee96a115a51c607 Mon Sep 17 00:00:00 2001 From: LeonG11 Date: Wed, 24 Jun 2026 13:20:23 +0300 Subject: [PATCH] fix: remake button inc + dec --- frontend/src/pages/ItemPage.jsx | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/frontend/src/pages/ItemPage.jsx b/frontend/src/pages/ItemPage.jsx index e3571e4..25f8e6a 100644 --- a/frontend/src/pages/ItemPage.jsx +++ b/frontend/src/pages/ItemPage.jsx @@ -108,21 +108,23 @@ export default function ItemPage() {
Количество: - - - {quantity} {item.unit} - - +
+ + + {quantity} {item.unit} + + +