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

This commit is contained in:
Michael Telatynski 2021-06-03 08:36:04 +01:00
commit 4765216280

View file

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