Convert MemberStatusMessageAvatar to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-09-14 18:53:31 +02:00
parent ac0ba2d597
commit 5baaa6b77e
2 changed files with 33 additions and 28 deletions

View File

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