Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos #6348

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: fix some typos #6348

wants to merge 1 commit into from

Conversation

crazeteam
Copy link

Description

fix some typos

Test plan

Related issues

  • Fixes #[issue number here]

Backwards compatibility

Network scalability

If a new NetworkId and/or Network are added in the future, the changes in this PR will:

  • Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added)

Signed-off-by: crazeteam <lilujing@outlook.com>
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.92%. Comparing base (9bec20a) to head (838b756).
Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6348      +/-   ##
==========================================
- Coverage   88.93%   88.92%   -0.01%     
==========================================
  Files         737      737              
  Lines       31445    31445              
  Branches     5522     5829     +307     
==========================================
- Hits        27965    27964       -1     
+ Misses       3435     3283     -152     
- Partials       45      198     +153     
Files with missing lines Coverage Δ
src/backup/BackupQuiz.tsx 84.67% <ø> (ø)
src/fiatconnect/ReviewScreen.tsx 80.97% <ø> (ø)
src/redux/sagas.ts 49.00% <ø> (ø)
src/utils/time.ts 96.55% <ø> (ø)

... and 65 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9bec20a...838b756. Read the comment docs.

@@ -323,8 +323,8 @@ export default function FiatConnectReviewScreen({ route, navigation }: Props) {
serializablePreparedTransaction:
prepareTransactionsResult.result?.type === 'possible'
? getSerializablePreparedTransaction(
prepareTransactionsResult.result.transactions[0] // there should be only one transaction
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crazeteam, you have a lint error here; mind running yarn lint in the repository's root and committing the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants