You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Oops, don't just blindly insert the commented type
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ interface IProps {
|
|||||||
onSettingsClick: () => void;
|
onSettingsClick: () => void;
|
||||||
onSearchClick: () => void;
|
onSearchClick: () => void;
|
||||||
onForgetClick: () => void;
|
onForgetClick: () => void;
|
||||||
onCallPlaced: (PlaceCallType) => void;
|
onCallPlaced: (type: PlaceCallType) => void;
|
||||||
onAppsClick: () => void;
|
onAppsClick: () => void;
|
||||||
e2eStatus: E2EStatus;
|
e2eStatus: E2EStatus;
|
||||||
appsShown: boolean;
|
appsShown: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user