updates on the dead codes removal
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user