Skip to content

Commit

Permalink
updating lint warnings-2
Browse files Browse the repository at this point in the history
Signed-off-by: Prakash P S <prakashps@Prakashs-MacBook-Pro.local>
  • Loading branch information
Prakash P S authored and Prakash P S committed Sep 7, 2023
1 parent d4aca83 commit 5d2e494
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,23 +642,23 @@ class ChannelParticipationDetails extends Component {
onClose={this.hideEditChannelModal}
onComplete={channelName => {
this.props.showSuccess('channel_update_request_submitted', { channelName }, SCOPE);
}}
channelId={this.props.channelEdit}
existingOrgs={this.props.members}
existingOrdererOrgs={this.props.ordererMembers}
existingAcls={this.acls}
existingBlockParams={this.blockParams}
existingRaftParams={this.raftParams}
existingCapabilities={this.capabilities}
existingConsenters={this.consenters}
existingEndorsementPolicy={this.existingEndorsementPolicy}
existingLifecyclePolicy={this.existingLifecyclePolicy}
nOutOf={this.nOutOf}
channelOrderer={this.orderers && this.orderers.length > 0 ? this.orderers : null}
channelPeers={this.props.peerList}
editLoading={this.props.editLoading}
/>
)}
}}
channelId={this.props.channelEdit}
existingOrgs={this.props.members}
existingOrdererOrgs={this.props.ordererMembers}
existingAcls={this.acls}
existingBlockParams={this.blockParams}
existingRaftParams={this.raftParams}
existingCapabilities={this.capabilities}
existingConsenters={this.consenters}
existingEndorsementPolicy={this.existingEndorsementPolicy}
existingLifecyclePolicy={this.existingLifecyclePolicy}
nOutOf={this.nOutOf}
channelOrderer={this.orderers && this.orderers.length > 0 ? this.orderers : null}
channelPeers={this.props.peerList}
editLoading={this.props.editLoading}
/>)
}
{this.props.showCPDetailsModal && (
<ChannelParticipationModal
channelInfo={this.props.channelInfo}
Expand Down

0 comments on commit 5d2e494

Please sign in to comment.