From e03e0f44cc7a99cad24516e3eb2de523c6349c2c Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Fri, 25 Sep 2020 18:46:54 +0200 Subject: [PATCH] Fix extra empty space in Switch's classes --- src/bootstrap/Switch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/Switch.js b/src/bootstrap/Switch.js index b862918..941339f 100644 --- a/src/bootstrap/Switch.js +++ b/src/bootstrap/Switch.js @@ -23,7 +23,7 @@ Switch.propTypes = { export function Switch({ label, helpText, switchHeading, ...props }) { const uid = useUID(); return ( -
+