Skip to content

Commit

Permalink
feat(Violations): remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-coleman committed Dec 12, 2023
1 parent 02da9ec commit 1fe91ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,6 @@ export default {
? `Can't auto-match receipt due to broken bank connection which ${email} needs to fix`
: "Can't auto-match receipt due to broken bank connection which you need to fix";
}

if (!isTransactionOlderThan7Days) {
return isAdmin ? `Ask ${member} to mark as a cash or wait 7 days and try again` : 'Awaiting merge with card transaction.';
}
Expand Down

0 comments on commit 1fe91ef

Please sign in to comment.