1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Fix spacing errors (#7484)

This commit is contained in:
J. Ryan Stinnett
2022-01-10 12:57:20 +00:00
committed by GitHub
parent 8f60d8d2c7
commit 6199c337ea
26 changed files with 74 additions and 46 deletions

View File

@@ -124,7 +124,7 @@ function setRightPanel(state: IRightPanelCardState) {
}
}
export function pendingVerificationRequestForUser(user: User | RoomMember | GroupMember ) {
export function pendingVerificationRequestForUser(user: User | RoomMember | GroupMember) {
const cli = MatrixClientPeg.get();
const dmRoom = findDMForUser(cli, user.userId);
if (dmRoom) {