Merge pull request #6808 from SimonBrandner/task/context_menus-ts

Convert `/context_menus` and `/avatars` to TS
This commit is contained in:
Travis Ralston 2021-09-14 13:07:15 -06:00 committed by GitHub
commit 333418232d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 92 additions and 88 deletions

View file

@ -57,7 +57,7 @@ let instanceCount = 0;
const NARROW_MODE_BREAKPOINT = 500;
interface IComposerAvatarProps {
me: object;
me: RoomMember;
}
function ComposerAvatar(props: IComposerAvatarProps) {