review changes

This commit is contained in:
Timo K
2022-07-29 15:07:35 +02:00
parent 4f36d149d7
commit cb5b3e9468
4 changed files with 22 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ import { JoinExistingCallModal } from "./JoinExistingCallModal";
import { Title } from "../typography/Typography";
import { Form } from "../form/Form";
import { CallType, CallTypeDropdown } from "./CallTypeDropdown";
interface Props {
client: MatrixClient;
isPasswordlessUser: boolean;