diff --git a/app/routes/_header.casher.tsx b/app/routes/_header.casher.tsx index ccd71888..3aabb2d2 100644 --- a/app/routes/_header.casher.tsx +++ b/app/routes/_header.casher.tsx @@ -122,7 +122,9 @@ export default function Casher() { console.log(mockOrder); }} > - {trashIcon()} +
+ +
@@ -213,14 +215,6 @@ export const clientAction: ClientActionFunction = async ({ request }) => { return new Response(null, { status: 204 }); }; -function trashIcon() { - return ( -
- -
- ); -} - function mockOrderInitialize() { mockOrder.items = []; mockOrder.total = 0;