1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Fix ManageEventIndexDialog props syntax

This commit is contained in:
J. Ryan Stinnett
2021-04-26 15:06:10 +01:00
parent eb9bf9c83f
commit 01cfd9361e

View File

@@ -26,7 +26,7 @@ import EventIndexPeg from "../../../../indexing/EventIndexPeg";
import {SettingLevel} from "../../../../settings/SettingLevel";
interface IProps {
onFinished: (boolean) => {},
onFinished: (boolean) => void;
}
interface IState {