From a2d045e0545298375336c709ad4ff8556c9e1531 Mon Sep 17 00:00:00 2001 From: Kim Joar Bekkelund Date: Thu, 23 Mar 2017 11:36:34 -0400 Subject: [PATCH] Remove unnecessary onClick mentions --- ui_framework/components/button/button.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui_framework/components/button/button.js b/ui_framework/components/button/button.js index 52641a4283f70..8d4ce926c4a6a 100644 --- a/ui_framework/components/button/button.js +++ b/ui_framework/components/button/button.js @@ -63,14 +63,12 @@ const KuiButton = ({ className, type, icon, - onClick, children, ...rest }) => { return (