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