Show only 1 star in badges

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

[class*="RatingItemFilledSvg__Container-sc"]:not(:first-child) {
display:none !important;
}