Skip to content

Commit

Permalink
ENcore un lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-pcn committed Dec 5, 2024
1 parent af8e1de commit a12fe79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/service/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const Page = () => {
);
}

const nonInstantOrders = orders.filter(
(order) => order.orderItems.some((item) => item.item.category.needsPreparation) === true,
);
// const nonInstantOrders = orders.filter(
// (order) => order.orderItems.some((item) => item.item.category.needsPreparation) === true,
//);

//const newOrdersId = nonInstantOrders.filter((order) => !document.cookie:contain); ca marche po
// TODO: creer une variable avec la liste des nouveslles commandes en comparant celles du cookie et celle de noninstantorder
Expand Down

0 comments on commit a12fe79

Please sign in to comment.