uncommented the change rider in the deliveries page

This commit is contained in:
2026-05-27 16:06:25 +05:30
parent 15f15958e6
commit c77f3c96b7

View File

@@ -1238,7 +1238,7 @@ const Deliveries = () => {
Notify Rider Notify Rider
</MenuItem> </MenuItem>
)} )}
{/* {['pending', 'accepted', 'arrived'].includes(selectedRow?.orderstatus) && ( {['pending', 'accepted', 'arrived'].includes(selectedRow?.orderstatus) && (
<MenuItem <MenuItem
onClick={() => { onClick={() => {
if (!appId) { if (!appId) {
@@ -1252,7 +1252,7 @@ const Deliveries = () => {
> >
Change Rider Change Rider
</MenuItem> </MenuItem>
)} */} )}
{(roleid == 1 || roleid == 2) && ( {(roleid == 1 || roleid == 2) && (
<MenuItem <MenuItem
onClick={() => { onClick={() => {