mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
bug in the collection list handled
This commit is contained in:
parent
b8f7527a0b
commit
434d852666
@ -143,11 +143,11 @@ let AccordionListItemWallet = React.createClass({
|
||||
toggleCreateEditionsDialog={this.toggleCreateEditionsDialog}
|
||||
onPollingSuccess={this.onPollingSuccess}/>
|
||||
</AclProxy>
|
||||
</div>}
|
||||
</div>}>
|
||||
{this.getCreateEditionsDialog()}
|
||||
{/* this.props.children is AccordionListItemTableEditions */}
|
||||
{this.props.children}
|
||||
/>
|
||||
</AccordionListItemPiece>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user