You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
displayName should be tracked as static
This commit is contained in:
@@ -25,7 +25,7 @@ import sanitizeHtml from 'sanitize-html';
|
||||
import sdk from '../../index';
|
||||
|
||||
class HomePage extends React.Component {
|
||||
displayName = 'HomePage';
|
||||
static displayName = 'HomePage';
|
||||
|
||||
static propTypes = {
|
||||
// URL base of the team server. Optional.
|
||||
|
||||
Reference in New Issue
Block a user