@mxenabled/connect-widget 2.19.5 → 2.19.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -83514,7 +83514,7 @@ const RoutingNumber = (props) => {
83514
83514
  routing_number: values.routingNumber,
83515
83515
  reason: resp.blocked_routing_number.reason_name
83516
83516
  });
83517
- if (resp.blocked_routing_number.reason_name === BLOCKED_REASONS.IAV_PREFERRED) {
83517
+ if (resp.blocked_routing_number.reason === BLOCKED_REASONS.IAV_PREFERRED) {
83518
83518
  const loadedInstitutions$ = defer(
83519
83519
  () => api.loadInstitutions({
83520
83520
  routing_number: values.routingNumber,