Skip to content

Commit

Permalink
Fix line spacing for ParticipantsSplit
Browse files Browse the repository at this point in the history
  • Loading branch information
Barun Pandey committed Mar 17, 2021
1 parent 8194f63 commit fb34951
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class IOUParticipantsSplit extends Component {

this.props.onAddParticipants(newSelectedOptions);


this.setState((prevState) => {
const {
recentReports,
Expand All @@ -180,7 +179,6 @@ class IOUParticipantsSplit extends Component {
});
}


render() {
const maxParticipantsReached = this.props.participants.length === CONST.REPORT.MAXIMUM_PARTICIPANTS;
const sections = this.getSections(maxParticipantsReached);
Expand Down Expand Up @@ -239,7 +237,6 @@ class IOUParticipantsSplit extends Component {
}
}


IOUParticipantsSplit.displayName = 'IOUParticipantsSplit';
IOUParticipantsSplit.propTypes = propTypes;
IOUParticipantsSplit.defaultProps = defaultProps;
Expand Down

0 comments on commit fb34951

Please sign in to comment.