Update src/components/views/rooms/PinnedEventTile.tsx
Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
parent
1ff870927a
commit
53fc475539
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue