Elliminate lint errors and warnings
This commit is contained in:
parent
839f938c91
commit
321b1adb99
4 changed files with 5 additions and 4 deletions
|
@ -75,7 +75,7 @@ export default React.createClass({
|
|||
<button onClick={this.onCancel}>
|
||||
{ _t("Cancel") }
|
||||
</button>
|
||||
<input type="submit" className="mx_Dialog_primary" value={ this.props.button }/>
|
||||
<input type="submit" className="mx_Dialog_primary" value={this.props.button} />
|
||||
</div>
|
||||
</form>
|
||||
</BaseDialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue