Skip to content

Commit

Permalink
Fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Feb 7, 2024
1 parent a2a2c85 commit b65b3a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/OptionsSelector/BaseOptionsSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,7 @@ class BaseOptionsSelector extends Component {
</View>
{this.props.shouldShowReferralCTA && (
<View style={[this.props.themeStyles.ph5, this.props.themeStyles.pb5, this.props.themeStyles.flexShrink0]}>
<ReferralProgramCTA
referralContentType={this.props.referralContentType}
/>
<ReferralProgramCTA referralContentType={this.props.referralContentType} />
</View>
)}

Expand Down

0 comments on commit b65b3a8

Please sign in to comment.