Skip to content

Commit

Permalink
refactor: prop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
“yauheni-kryzhyk-deriv” committed Nov 16, 2022
1 parent edb4049 commit b2a9244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const AccountWizard: React.FC<TAccountWizard> = (props: TAccountWizard) => {
{wizard_steps}
</Wizard>
<DesktopWrapper>
<FormCancelButton label={localize('Cancel')} is_absolute onClick={onCancel} />
<FormCancelButton label={localize('Cancel')} is_absolute onCancel={onCancel} />
</DesktopWrapper>
</React.Fragment>
);
Expand Down

0 comments on commit b2a9244

Please sign in to comment.