From c2d48f8821880ccbd9c5a658841824a675cb6d7b Mon Sep 17 00:00:00 2001 From: bsourisse Date: Wed, 18 Jan 2023 15:01:00 +0100 Subject: [PATCH] feat: add "checked" attribute to Switch component --- Components/UI/Switch/Switch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Components/UI/Switch/Switch.js b/Components/UI/Switch/Switch.js index 6257dd6..caf75d9 100644 --- a/Components/UI/Switch/Switch.js +++ b/Components/UI/Switch/Switch.js @@ -8,6 +8,7 @@ export default function Switch(props) {