From 5d92589bac628f3c53f3fb9c53546f00f64baaf2 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 1 Mar 2025 17:32:27 -0800 Subject: [PATCH] remove reimbursement toast --- src/components/dashboard/reimbursement/ReimbursementForm.tsx | 1 - 1 file changed, 1 deletion(-) 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); }