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