From 3f58deb8a7cdb6a9199775ca37cec1c62986bee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aappo=20=C3=85lander?= Date: Mon, 25 Jan 2021 14:37:49 +0200 Subject: [PATCH] Fix RadioButtonGroup examples. --- src/core/Form/RadioButton/RadioButton.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/Form/RadioButton/RadioButton.md b/src/core/Form/RadioButton/RadioButton.md index be5cbd097..3c1884189 100644 --- a/src/core/Form/RadioButton/RadioButton.md +++ b/src/core/Form/RadioButton/RadioButton.md @@ -4,7 +4,7 @@ import { RadioButton, RadioButtonGroup } from 'suomifi-ui-components'; @@ -20,7 +20,7 @@ import { RadioButton, RadioButtonGroup } from 'suomifi-ui-components'; import { RadioButton, RadioButtonGroup } from 'suomifi-ui-components'; @@ -61,7 +61,7 @@ const [selectedValue, setSelectedValue] = React.useState( );