Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurczewski committed Sep 27, 2024
1 parent 0fe77dc commit 6ea22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/generic-view/ui/src/lib/interactive/toast/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Toast: APIFC<undefined, ToastConfig> = ({
clearTimeout(visibilityTimeoutRef.current)
clearTimeout(animationTimeoutRef.current)
}
}, [toastAnimationDuration, toastVisibilityDuration, visible])
}, [toastVisibilityDuration, visible])

useEffect(() => {
if (!opened) {
Expand Down

0 comments on commit 6ea22ab

Please sign in to comment.