Skip to content

Commit

Permalink
chore: Fix useTutorialModal
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Nov 29, 2022
1 parent 712a58c commit 87a7022
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widgets/TutorialModal/useTutorialModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const useTutorialModal = ({
description,
onDismiss,
readyText,
onReady,
t,
}: TModalProps): ReturnType => {
const [onPresentTutorialModal] = useModal(
Expand All @@ -24,7 +23,6 @@ const useTutorialModal = ({
description={description}
onDismiss={onDismiss}
readyText={readyText}
onReady={onReady}
t={t}
>
{children}
Expand Down

0 comments on commit 87a7022

Please sign in to comment.