diff --git a/src/components/dashboard/reimbursement/ReimbursementForm.tsx b/src/components/dashboard/reimbursement/ReimbursementForm.tsx index 8f86f72..a060d60 100644 --- a/src/components/dashboard/reimbursement/ReimbursementForm.tsx +++ b/src/components/dashboard/reimbursement/ReimbursementForm.tsx @@ -124,7 +124,6 @@ export default function ReimbursementForm() { setHasZelleInfo(!!user.zelle_information); } catch (error) { console.error('Error checking Zelle information:', error); - toast.error('Failed to verify Zelle information'); } finally { setIsLoading(false); }