Skip to content

Commit

Permalink
removed unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anzhela-Sahakyan committed Oct 18, 2024
1 parent 17e9d6a commit 5e2fce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Body/Fields/ScaleRating/ScaleRating.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ const ScaleRating = ({
classnameprefix
})}
>
<span>{value}</span>
<Radio
{...props}
id={id}
value={`${value}`}
initial={initial === value ? true : false}
/>
<span>{value}</span>
</div>
)
})}
Expand Down

0 comments on commit 5e2fce9

Please sign in to comment.