Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-07 11:00:42 +02:00
parent fc239ffd01
commit 657896c0b9
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
2 changed files with 2 additions and 3 deletions

View File

@ -56,7 +56,6 @@ limitations under the License.
import React from 'react';
import { MatrixClientPeg } from './MatrixClientPeg';
import PlatformPeg from './PlatformPeg';
import Modal from './Modal';
import { _t } from './languageHandler';
import dis from './dispatcher/dispatcher';

View File

@ -36,9 +36,9 @@ interface IProps {
// a callback which is called when the video element is resized
// due to a change in video metadata
onResize?: (e: Event) => void,
onResize?: (e: Event) => void;
primary: boolean,
primary: boolean;
}
interface IState {