You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +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