Introduce Membership type
This commit is contained in:
parent
3c6fd58628
commit
da99bad7b9
115 changed files with 582 additions and 526 deletions
|
@ -25,7 +25,7 @@ describe("ConfirmUserActionDialog", () => {
|
|||
const { asFragment } = render(
|
||||
<ConfirmUserActionDialog
|
||||
onFinished={jest.fn()}
|
||||
member={mkRoomMember("123", "@user:test.com", "join")}
|
||||
member={mkRoomMember("123", "@user:test.com", Membership.Join)}
|
||||
action="Ban"
|
||||
title="Ban this " // eg. 'Ban this user?'
|
||||
/>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue