Skip to content

ref(AccountSecurityEnroll): Re-order methods to make diffs readable #95405

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryan953
Copy link
Member

@ryan953 ryan953 commented Jul 13, 2025

Just moving two functions from lower in the file, up higher in the file.

All the other callbacks depend on these two callbacks, so when we move to a functional component these will need to be defined at the top. Therefore, this PR will make the next set one slightly easier to read.

Related to https://github.com/getsentry/frontend-tsc/issues/2

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 13, 2025
Copy link

codecov bot commented Jul 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #95405      +/-   ##
==========================================
- Coverage   87.84%   87.80%   -0.05%     
==========================================
  Files       10502    10495       -7     
  Lines      608126   606000    -2126     
  Branches    23719    23715       -4     
==========================================
- Hits       534228   532070    -2158     
- Misses      73540    73572      +32     
  Partials      358      358              

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant