Merge branch 't3chguy/fix/6606' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/6606
commit
4765216280
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue