You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix spacing errors (#7484)
This commit is contained in:
@ -28,7 +28,7 @@ const mockRoom = <Room>{
|
||||
currentState: {
|
||||
getStateEvents: (_l, _x) => {
|
||||
return {
|
||||
getId: ()=>"$layoutEventId",
|
||||
getId: () => "$layoutEventId",
|
||||
getContent: () => null,
|
||||
};
|
||||
},
|
||||
|
Reference in New Issue
Block a user