updates on the dead codes removal

This commit is contained in:
2026-08-01 16:50:58 +05:30
parent 79fefda61a
commit 6ed0e577e0
20 changed files with 55 additions and 781 deletions

View File

@@ -107,7 +107,7 @@ const ActiveSection = ({
);
}
const renderActiveDeliveryCard = (o, i) => {
const renderActiveDeliveryCard = (o) => {
const rid = o.rider_id || o.userid;
const rider = riders.find((r) => String(r.id) === String(rid));
const color = getRiderColor(rid);