Oops, don't just blindly insert the commented type

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
David Baker 2021-07-01 20:58:51 +01:00 committed by GitHub
parent 3db95d607d
commit 38ed53d5d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ interface IProps {
onSettingsClick: () => void;
onSearchClick: () => void;
onForgetClick: () => void;
onCallPlaced: (PlaceCallType) => void;
onCallPlaced: (type: PlaceCallType) => void;
onAppsClick: () => void;
e2eStatus: E2EStatus;
appsShown: boolean;