From 11f607a8a20419ec672f2b7046d14d4c3b17d671 Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:42:35 -0500 Subject: [PATCH] style: comment --- core/src/components/radio-group/radio-group.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/components/radio-group/radio-group.scss b/core/src/components/radio-group/radio-group.scss index 4b07563f66..3eceab4405 100644 --- a/core/src/components/radio-group/radio-group.scss +++ b/core/src/components/radio-group/radio-group.scss @@ -20,9 +20,8 @@ ion-radio-group { } /** - * Error text should only be shown when .ion-invalid is - * present on the radio group. Otherwise the helper text should - * be shown. + * Error text should only be shown when .ion-invalid is present + * on the radio group. Otherwise the helper text should be shown. */ .radio-group-top .error-text { display: none;