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

refactor(app): rename error recovery "hooks" dir to "utils" #15449

Merged
merged 4 commits into from
Jun 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'edge' into app_er-hooks-to-utils
  • Loading branch information
mjhuff committed Jun 18, 2024
commit 218161cd6ecf015e107a6ce0e44ccaba6fbbe45b
2 changes: 1 addition & 1 deletion app/src/organisms/ErrorRecoveryFlows/RunPausedSplash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from '@opentrons/components'

import { getIsOnDevice } from '../../redux/config'
import { useErrorMessage, useErrorName } from './hooks'
import { useErrorName } from './hooks'
import { getErrorKind } from './utils'
import { LargeButton } from '../../atoms/buttons'
import { RECOVERY_MAP } from './constants'
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.