Address eslint errors
* Remove space before curly brace. * Remove unused import.
This commit is contained in:
parent
aaf8106e9e
commit
3358fdc906
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ limitations under the License.
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import sdk from '../../../index';
|
import sdk from '../../../index';
|
||||||
import classnames from 'classnames';
|
|
||||||
import { _t } from '../../../languageHandler';
|
import { _t } from '../../../languageHandler';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -32,7 +31,7 @@ export default React.createClass({
|
||||||
title={_t("Confirm Removal")}
|
title={_t("Confirm Removal")}
|
||||||
description={
|
description={
|
||||||
_t("Are you sure you wish to remove (delete) this event? " +
|
_t("Are you sure you wish to remove (delete) this event? " +
|
||||||
"Note that if you delete a room name or topic change, it could undo the change.") }
|
"Note that if you delete a room name or topic change, it could undo the change.")}
|
||||||
button={_t("Remove")}>
|
button={_t("Remove")}>
|
||||||
</QuestionDialog>
|
</QuestionDialog>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue