Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis committed Apr 19, 2024
1 parent 670c966 commit 40123b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ export default (errors, loan) => {
};

data.overridable = errors.every((error) => isOverridableMessage(error, loan, data));
data.overridable = true;
return data;
};

0 comments on commit 40123b6

Please sign in to comment.