screen bug fix
This commit is contained in:
@@ -58,8 +58,6 @@ const ModalPay = ({
|
||||
queryFn: authApi.getMe,
|
||||
});
|
||||
|
||||
console.log(getMe, 'getMe');
|
||||
|
||||
const { mutate, isPending } = useMutation({
|
||||
mutationFn: ({ id, payType }: { id: number; payType: string }) =>
|
||||
packetsApi.payPackets(id, { payType }),
|
||||
|
||||
Reference in New Issue
Block a user