mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
merged again with master
This commit is contained in:
parent
23f10d4d7f
commit
28ab655505
@ -121,7 +121,6 @@ let AccordionListItemEditionWidget = React.createClass({
|
||||
);
|
||||
} else {
|
||||
let editionMapping = piece && piece.first_edition ? piece.first_edition.num_editions_available + '/' + piece.num_editions : '';
|
||||
|
||||
return (
|
||||
<button
|
||||
onClick={this.toggleTable}
|
||||
|
@ -145,6 +145,7 @@ let AccordionListItemWallet = React.createClass({
|
||||
</AclProxy>
|
||||
</div>}
|
||||
badge={this.getGlyphicon()}>
|
||||
badge={this.getGlyphicon()}>
|
||||
{this.getCreateEditionsDialog()}
|
||||
{/* this.props.children is AccordionListItemTableEditions */}
|
||||
{this.props.children}
|
||||
|
Loading…
Reference in New Issue
Block a user