mirror of https://github.com/vector-im/riot-web
Ditch displayName
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
e1445f71bd
commit
0df67d005e
|
@ -88,7 +88,6 @@ interface IState {
|
|||
|
||||
@replaceableComponent("views.elements.AppTile")
|
||||
export default class AppTile extends React.Component<IProps, IState> {
|
||||
displayName = 'AppTile';
|
||||
public static defaultProps: Partial<IProps> = {
|
||||
waitForIframeLoad: true,
|
||||
showMenubar: true,
|
||||
|
|
Loading…
Reference in New Issue