Commit 7c9fce23 by Arjun Jhukal

minor change

parent ef947ee1
......@@ -67,7 +67,7 @@ export default function WithdrawlPage({
const gameInfo = coins?.data?.game_information || {};
const dispatch = useAppDispatch();
const [withdrawMoney,{isLoading}] = useSubmitMassPayPaymentFieldsMutation();
const [withdrawMoney, { isLoading }] = useSubmitMassPayPaymentFieldsMutation();
const formik = useFormik<WithdrawlFormValues>({
initialValues: {
......@@ -180,6 +180,7 @@ export default function WithdrawlPage({
}
};
console.log("Formik Errors:", formik.values.withdrawl_amounts);
return (
<section className="withdrawl__root">
<div className="section__title mb-4 lg:mb-8 max-w-[520px]">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment