Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Aug 14, 2023
1 parent b774de1 commit 61d0f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/TransactionUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function getCreated(transaction) {
if (created) {
return format(new Date(created), CONST.DATE.FNS_FORMAT_STRING);
}
return format(new Date(lodashGet(transaction, 'created', '')), CONST.DATE.FNS_FORMAT_STRING)
return format(new Date(lodashGet(transaction, 'created', '')), CONST.DATE.FNS_FORMAT_STRING);
}

export {buildOptimisticTransaction, getUpdatedTransaction, getTransaction, getDescription, getAmount, getCurrency, getCreated};

0 comments on commit 61d0f2f

Please sign in to comment.