Ditch displayName

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-09-20 17:11:14 +02:00
parent e1445f71bd
commit 0df67d005e
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 0 additions and 1 deletions

View File

@ -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,