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:
@@ -71,7 +71,7 @@ export default React.createClass({
|
||||
<button onClick={this.onCancel}>
|
||||
{ _t('Cancel') }
|
||||
</button>
|
||||
<input type="submit" className="mx_Dialog_primary" value={ _t('Create Room') }/>
|
||||
<input type="submit" className="mx_Dialog_primary" value={_t('Create Room')} />
|
||||
</div>
|
||||
</form>
|
||||
</BaseDialog>
|
||||
|
||||
Reference in New Issue
Block a user