Skip to content

Commit 61efef5

Browse files
committed
fix: add a hot fix for blocked routing numbers
1 parent f18c6d2 commit 61efef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/microdeposits/RoutingNumber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const RoutingNumber = (props) => {
8686
})
8787

8888
// If reason is IAV_PREFERRED, load institutions to prepare for user choice.
89-
if (resp.blocked_routing_number.reason_name === BLOCKED_REASONS.IAV_PREFERRED) {
89+
if (resp.blocked_routing_number.reason === BLOCKED_REASONS.IAV_PREFERRED) {
9090
const loadedInstitutions$ = defer(() =>
9191
api.loadInstitutions({
9292
routing_number: values.routingNumber,

0 commit comments

Comments
 (0)