We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18c6d2 commit 61efef5Copy full SHA for 61efef5
1 file changed
src/views/microdeposits/RoutingNumber.js
@@ -86,7 +86,7 @@ export const RoutingNumber = (props) => {
86
})
87
88
// If reason is IAV_PREFERRED, load institutions to prepare for user choice.
89
- if (resp.blocked_routing_number.reason_name === BLOCKED_REASONS.IAV_PREFERRED) {
+ if (resp.blocked_routing_number.reason === BLOCKED_REASONS.IAV_PREFERRED) {
90
const loadedInstitutions$ = defer(() =>
91
api.loadInstitutions({
92
routing_number: values.routingNumber,
0 commit comments