diff --git a/lib/segmented-controls.js b/lib/segmented-controls.js index ddd322a..a17df77 100644 --- a/lib/segmented-controls.js +++ b/lib/segmented-controls.js @@ -120,7 +120,7 @@ class SegmentedControls extends React.Component { borderBottomRightRadius: adjustedBorderRadius } } - if (index === this.props.options.length - 2) { + if (index === this.props.options.length - 2 && this.props.options.length !== 2) { borderRadiusStyle = config.direction === 'row' ? { borderRightWidth: config.separatorWidth,