From 36673e2889d5ce9205d5f872548d7ba528baa326 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 30 Aug 2018 14:30:29 +0200 Subject: [PATCH] Removed unused text prop from Button --- src/components/buttons/Button/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/buttons/Button/index.js b/src/components/buttons/Button/index.js index 422f5ec3..4d1ac7c6 100644 --- a/src/components/buttons/Button/index.js +++ b/src/components/buttons/Button/index.js @@ -112,7 +112,7 @@ const IconWrapper = styled.span` `; const Button = ({ - children, className, text, icon, onClick = () => { }, disabled, isWhite = false, isWebUsb = false, isTransparent = false, + children, className, icon, onClick = () => { }, disabled, isWhite = false, isWebUsb = false, isTransparent = false, }) => (