1
0
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:
Peter Vágner
2017-12-08 07:47:08 +01:00
parent 839f938c91
commit 321b1adb99
4 changed files with 5 additions and 4 deletions

View File

@ -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>