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
write correct jsdoc
This commit is contained in:
@@ -605,7 +605,7 @@ export default class AppTile extends React.Component {
|
|||||||
/**
|
/**
|
||||||
* Whether we're using a local version of the widget rather than loading the
|
* Whether we're using a local version of the widget rather than loading the
|
||||||
* actual widget URL
|
* actual widget URL
|
||||||
* @returns true If using a local version of the widget
|
* @returns {bool} true If using a local version of the widget
|
||||||
*/
|
*/
|
||||||
_usingLocalWidget() {
|
_usingLocalWidget() {
|
||||||
return WidgetType.JITSI.matches(this.props.app.type);
|
return WidgetType.JITSI.matches(this.props.app.type);
|
||||||
|
|||||||
Reference in New Issue
Block a user