mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Interface syntax
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
f112f4fcef
commit
85ce95e066
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { _t } from "../../../languageHandler";
|
|||
import { MatrixClientPeg } from "../../../MatrixClientPeg";
|
||||
|
||||
interface IProps {
|
||||
requestClose(): void,
|
||||
requestClose(): void;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
|
Loading…
Reference in a new issue