mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
remove buggy close button
This commit is contained in:
parent
e65f052ffe
commit
5e90f3cac7
@ -35,10 +35,6 @@ let PieceSubmitToPrizeForm = React.createClass({
|
|||||||
<button
|
<button
|
||||||
className="btn btn-default btn-sm ascribe-margin-1px"
|
className="btn btn-default btn-sm ascribe-margin-1px"
|
||||||
type="submit">{getLangText('SUBMIT TO PRIZE')}</button>
|
type="submit">{getLangText('SUBMIT TO PRIZE')}</button>
|
||||||
<button
|
|
||||||
className="btn btn-danger btn-delete btn-sm ascribe-margin-1px"
|
|
||||||
style={{marginLeft: '0'}}
|
|
||||||
onClick={this.props.onRequestHide}>{getLangText('CLOSE')}</button>
|
|
||||||
</p>
|
</p>
|
||||||
</div>}
|
</div>}
|
||||||
spinner={
|
spinner={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user