From 375a6449ee81bcb6c62ac5ed977f7e03ffa2c560 Mon Sep 17 00:00:00 2001 From: beatz174-bit Date: Sun, 23 Nov 2025 13:45:03 +1000 Subject: [PATCH] Update carton toggle icon to reflect action --- src/components/PickItemRow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PickItemRow.tsx b/src/components/PickItemRow.tsx index dd7e43b..2c74b69 100644 --- a/src/components/PickItemRow.tsx +++ b/src/components/PickItemRow.tsx @@ -75,11 +75,11 @@ export const PickItemRow = ({ - {item.is_carton ? : } + {item.is_carton ? : }