Skip to content

Commit d1f30eb

Browse files
committed
fix: Remove unnecessary blank line in ProductDetail component
1 parent 5323a27 commit d1f30eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Products/ProductManager/ProductDetail.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function ProductDetail() {
5353
const [showUnitsManager, setShowUnitsManager] = useState(false); // Trạng thái hiển thị Quản lý Đơn vị
5454
const [showBarcodeModal, setShowBarcodeModal] = useState(false); // Trạng thái hiển thị modal Barcode
5555
const [selectedBarcodeVariant, setSelectedBarcodeVariant] = useState(null); // Variant đang chọn để xem barcode
56-
56+
5757
const [, forceUpdate] = useState(0); // Dùng để re-render khi hết 2 phút
5858

5959
const { units, fetchUnits } = useFetchUnits(); // Tải danh sách đơn vị để truyền cho form quy đổi

0 commit comments

Comments
 (0)