From 0e552cc4e38ab47e316dc5f58cecb116c3df2214 Mon Sep 17 00:00:00 2001 From: Faisal Kurdi <1266925+fkurdi@users.noreply.github.com> Date: Tue, 1 Dec 2020 16:47:02 -0800 Subject: [PATCH] add on click to button, fixes clicks add onClick={onClick} to `` in button component. --- components/ui/Button/Button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ui/Button/Button.tsx b/components/ui/Button/Button.tsx index e7f3d89c1..15e14236f 100644 --- a/components/ui/Button/Button.tsx +++ b/components/ui/Button/Button.tsx @@ -48,6 +48,7 @@ const Button: React.FC = forwardRef((props, buttonRef) => { return (