From 722d11307a8a0477dddd3ae32a7ced4726be1dbd Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 8 May 2023 09:44:39 -0700 Subject: [PATCH] feat(ui): add id to scroll to bottom button --- web/components/chat/ChatContainer/ScrollToBotBtn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatContainer/ScrollToBotBtn.tsx b/web/components/chat/ChatContainer/ScrollToBotBtn.tsx index 5bae1ea80..6d597c7a2 100644 --- a/web/components/chat/ChatContainer/ScrollToBotBtn.tsx +++ b/web/components/chat/ChatContainer/ScrollToBotBtn.tsx @@ -17,7 +17,7 @@ type Props = { }; export const ScrollToBotBtn: FC = ({ onClick }) => ( -
+