Skip to content

Commit

Permalink
Fix incorrect display of AND stereoLabel (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagomedGasanov authored Jun 7, 2021
1 parent 29dd0df commit dcccda8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const EnhancedStereo: React.FC<Props> = props => {
name="type"
labelPos={false}
type="radio"
value={`&${maxOr + 1}`}
value={`&${maxAnd + 1}`}
/>
Create new AND Group
</label>
Expand Down

0 comments on commit dcccda8

Please sign in to comment.