Skip to content

Commit

Permalink
fix: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Oct 20, 2024
1 parent 016fa9c commit b344e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const ScrollToBottom = ({ children }: ContentProps) => {
}

setIsScrollToBottomCompleted(!isScrollable || hasScrolledToBottom);
}, [isScrollable, hasScrolledToBottom]);
}, [isScrollable, hasScrolledToBottom, isTransactionRedesign]);

return (
<Box
Expand Down

0 comments on commit b344e29

Please sign in to comment.