1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

instrange badge removed, eslint gives an error for a necessary line of code so not modified, tested

This commit is contained in:
Cevo 2015-10-09 14:30:22 +02:00
parent 03680bd830
commit 6fd8152d22

View File

@ -144,12 +144,10 @@ let AccordionListItemWallet = React.createClass({
onPollingSuccess={this.onPollingSuccess}/>
</AclProxy>
</div>}
badge={this.getGlyphicon()}>
badge={this.getGlyphicon()}>
{this.getCreateEditionsDialog()}
{/* this.props.children is AccordionListItemTableEditions */}
{this.props.children}
</AccordionListItemPiece>
/>
);
}
});