chore: fix
This commit is contained in:
@@ -659,10 +659,10 @@ export interface CancelCommandResponse {
|
|||||||
livreur?: string;
|
livreur?: string;
|
||||||
status?: string;
|
status?: string;
|
||||||
position_in_queue?: number;
|
position_in_queue?: number;
|
||||||
queue_info?: any;
|
queue_info?: Record<string, unknown>;
|
||||||
};
|
};
|
||||||
action_required?: string;
|
action_required?: string;
|
||||||
example?: any;
|
example?: Record<string, unknown>;
|
||||||
new_status?: string;
|
new_status?: string;
|
||||||
cancelled_by?: {
|
cancelled_by?: {
|
||||||
username: string;
|
username: string;
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ export default function ProfilePage() {
|
|||||||
}
|
}
|
||||||
setLoadingProfile(false);
|
setLoadingProfile(false);
|
||||||
});
|
});
|
||||||
}, [navigate]); // eslint-disable-line react-hooks/exhaustive-deps
|
}, [navigate]);
|
||||||
|
|
||||||
const showSuccess = (msg: string) => {
|
const showSuccess = (msg: string) => {
|
||||||
setSuccessMsg(msg);
|
setSuccessMsg(msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user