mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Update test case, fix comments
This commit is contained in:
@@ -37,7 +37,11 @@ const useCheckOut = () => {
|
||||
onError: (err) => toast.error(err.message),
|
||||
});
|
||||
|
||||
return { checkOutBooking, isChecking, isSuccess };
|
||||
return {
|
||||
checkOutBooking,
|
||||
isChecking,
|
||||
isSuccess
|
||||
};
|
||||
};
|
||||
|
||||
export default useCheckOut;
|
||||
|
||||
Reference in New Issue
Block a user