remove reimbursement toast
This commit is contained in:
parent
a1451fa534
commit
5d92589bac
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue