From cf7664ad1f31f9007bea33ad5faf3928571b9e2c Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Thu, 16 Sep 2021 17:56:04 +0200 Subject: [PATCH] Update Button.tsx --- scm-ui/ui-components/src/buttons/Button.tsx | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/scm-ui/ui-components/src/buttons/Button.tsx b/scm-ui/ui-components/src/buttons/Button.tsx index 260abffda8..2c268dce1e 100644 --- a/scm-ui/ui-components/src/buttons/Button.tsx +++ b/scm-ui/ui-components/src/buttons/Button.tsx @@ -78,9 +78,6 @@ class Button extends React.Component { children, testId } = this.props; - const loadingClass = loading ? "is-loading" : ""; - const fullWidthClass = fullWidth ? "is-fullwidth" : ""; - const reducedMobileClass = reducedMobile ? "is-reduced-mobile" : ""; if (icon) { return (