mirror of https://github.com/vector-im/riot-web
Replaceable component
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
ef1a1ebe12
commit
931bba747a
|
@ -35,6 +35,7 @@ interface IProps {
|
|||
onHeightChanged?(): void;
|
||||
}
|
||||
|
||||
@replaceableComponent("views.rooms.ReplyTile")
|
||||
export default class ReplyTile extends React.PureComponent<IProps> {
|
||||
static defaultProps = {
|
||||
onHeightChanged: () => {},
|
||||
|
|
Loading…
Reference in New Issue