Skip to content

Commit d268da4

Browse files
hoangzinhdominictb
andauthored
Update comment feedback
Co-authored-by: Dominic <165644294+dominictb@users.noreply.github.com>
1 parent 0c37ce9 commit d268da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/MergeTransactionUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function shouldNavigateToReceiptReview(transactions: Array<OnyxEntry<Transaction
116116
return transactions.every((transaction) => transaction?.receipt?.receiptID);
117117
}
118118

119-
// Check if either value is truly "empty" (null, undefined, or empty string)
119+
// Check if whether merge value is truly "empty" (null, undefined, or empty string)
120120
// For boolean fields, false is a valid value, not an empty value
121121
function isEmptyMergeValue(value: unknown) {
122122
return value === null || value === undefined || value === '';

0 commit comments

Comments
 (0)