You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Elliminate lint errors and warnings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user