Skip to content

Commit

Permalink
fix: rename type
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 24, 2024
1 parent f51c5b5 commit 13bd101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(marketing)/create-profile/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export type DispatchChainAction = (

export type OnboardingChain = FunctionComponent<{
dispatchChainAction: DispatchChainAction
data: Partial<ChainData>
chainData: Partial<ChainData>
}>

0 comments on commit 13bd101

Please sign in to comment.