Skip to content

Commit 21056ff

Browse files
authored
Remove an empty line
1 parent 396f062 commit 21056ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/styles/utils/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ function getBackgroundColorAndFill(backgroundColor: string, fill: string): SVGAv
291291
function getEReceiptColorCode(transaction: OnyxEntry<Transaction>): EReceiptColorName {
292292
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
293293
const transactionID = transaction?.parentTransactionID || transaction?.transactionID;
294-
295294
if (!transactionID) {
296295
return CONST.ERECEIPT_COLORS.YELLOW;
297296
}

0 commit comments

Comments
 (0)