1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

fix tests

This commit is contained in:
Michael Telatynski
2020-11-05 16:27:41 +00:00
parent 81f1e1d8d7
commit 54e41b5f32
5 changed files with 12 additions and 8 deletions

View File

@@ -29,7 +29,6 @@ const RoomContext = createContext<IState>({
guestsCanJoin: false,
canPeek: false,
showApps: false,
isAlone: false,
isPeeking: false,
showingPinned: false,
showReadReceipts: true,