Skip to content

Commit

Permalink
Remove an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
QichenZhu authored Dec 25, 2024
1 parent 396f062 commit 21056ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ function getBackgroundColorAndFill(backgroundColor: string, fill: string): SVGAv
function getEReceiptColorCode(transaction: OnyxEntry<Transaction>): EReceiptColorName {
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
const transactionID = transaction?.parentTransactionID || transaction?.transactionID;

if (!transactionID) {
return CONST.ERECEIPT_COLORS.YELLOW;
}
Expand Down

0 comments on commit 21056ff

Please sign in to comment.