mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Replaceable component
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ef1a1ebe12
commit
931bba747a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue