From 8f5e1cb0948354d13b7def478226e3e82b377829 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 10 Jul 2025 20:07:35 -0500 Subject: [PATCH] refactor(wrapper card): changes to include the rfid and remove the manual trigger as no one used it --- frontend/src/components/ocme/WrapperCard.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/ocme/WrapperCard.tsx b/frontend/src/components/ocme/WrapperCard.tsx index 6d5e836..58aac6b 100644 --- a/frontend/src/components/ocme/WrapperCard.tsx +++ b/frontend/src/components/ocme/WrapperCard.tsx @@ -16,8 +16,7 @@ import { getOcmeInfo } from "@/utils/querys/production/getOcmeInfo"; import { useQuery } from "@tanstack/react-query"; import { format } from "date-fns"; import { Trash } from "lucide-react"; -import ManuallyEnterRn from "./ManuallyEnterRn"; -import { Separator } from "../ui/separator"; +import ManualTrigger from "../logistics/rfid/ManualTrigger"; const currentPallets = [ { key: "line", label: "Line" }, @@ -160,11 +159,12 @@ export default function WrapperManualTrigger() {

-

Manual Trigger

+ {/*

Manual Trigger

- -
+ */} +
+