remove reimbursement toast

This commit is contained in:
chark1es 2025-03-01 17:32:27 -08:00
parent a1451fa534
commit 5d92589bac

View file

@ -124,7 +124,6 @@ export default function ReimbursementForm() {
setHasZelleInfo(!!user.zelle_information); setHasZelleInfo(!!user.zelle_information);
} catch (error) { } catch (error) {
console.error('Error checking Zelle information:', error); console.error('Error checking Zelle information:', error);
toast.error('Failed to verify Zelle information');
} finally { } finally {
setIsLoading(false); setIsLoading(false);
} }