uncommented the change rider in the deliveries page
This commit is contained in:
@@ -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={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user