Skip to content

Commit

Permalink
feat(ton): adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayelenmurano committed Aug 26, 2024
1 parent 222a538 commit cb8f038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const CommentField = ({
// on the ledger-live mobile
return (
<Input
warning={status.warnings.comment}
warning={status.warnings.transaction}
error={status.errors.transaction}
value={transaction.comment.text}
placeholder={t("families.ton.commentPlaceholder")}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const ton: CurrenciesData<Transaction> = {
}),
expectedStatus: {
errors: {
comment: new TonCommentInvalid(),
transaction: new TonCommentInvalid(),
},
warnings: {},
},
Expand Down

0 comments on commit cb8f038

Please sign in to comment.