mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
instrange badge removed, eslint gives an error for a necessary line of code so not modified, tested
This commit is contained in:
parent
03680bd830
commit
6fd8152d22
@ -144,12 +144,10 @@ let AccordionListItemWallet = React.createClass({
|
|||||||
onPollingSuccess={this.onPollingSuccess}/>
|
onPollingSuccess={this.onPollingSuccess}/>
|
||||||
</AclProxy>
|
</AclProxy>
|
||||||
</div>}
|
</div>}
|
||||||
badge={this.getGlyphicon()}>
|
|
||||||
badge={this.getGlyphicon()}>
|
|
||||||
{this.getCreateEditionsDialog()}
|
{this.getCreateEditionsDialog()}
|
||||||
{/* this.props.children is AccordionListItemTableEditions */}
|
{/* this.props.children is AccordionListItemTableEditions */}
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
</AccordionListItemPiece>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user