mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
remove buggy close button
This commit is contained in:
parent
e65f052ffe
commit
5e90f3cac7
@ -35,10 +35,6 @@ let PieceSubmitToPrizeForm = React.createClass({
|
||||
<button
|
||||
className="btn btn-default btn-sm ascribe-margin-1px"
|
||||
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>
|
||||
</div>}
|
||||
spinner={
|
||||
|
Loading…
Reference in New Issue
Block a user