@@ -567,19 +514,6 @@ export default function MyOrdersPage() {
) : (
- {finishedCount > 0 && (
-
-
-
- )}
{sortedOrders.map((o) => (
-
-
-
-
- {t("myOrders.clearConfirmTitle")}
-
-
- {t("myOrders.clearConfirmBody", { count: finishedCount })}
-
-
-
-
- {t("myOrders.keep")}
-
- {
- e.preventDefault();
- handleClearFinished();
- }}
- className="bg-rose-600 hover:bg-rose-700 text-white"
- >
- {t("myOrders.clearConfirm")}
-
-
-
-
-
{