Merge branch 't3chguy/fix/6606' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/6606

pull/21833/head
Michael Telatynski 2021-06-03 08:36:04 +01:00
commit 4765216280
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const AVATAR_SIZE = 24;
@replaceableComponent("views.rooms.PinnedEventTile") @replaceableComponent("views.rooms.PinnedEventTile")
export default class PinnedEventTile extends React.Component<IProps> { export default class PinnedEventTile extends React.Component<IProps> {
static contextType = MatrixClientContext; public static contextType = MatrixClientContext;
private onTileClicked = () => { private onTileClicked = () => {
dis.dispatch({ dis.dispatch({