1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00
This commit is contained in:
David Baker
2018-06-26 15:42:29 +01:00
parent 4a39297e65
commit cb89406d3e

View File

@@ -295,7 +295,7 @@ export default class WidgetUtils {
* @return {[object]} Array containing current / active user widgets * @return {[object]} Array containing current / active user widgets
*/ */
static getUserWidgetsArray() { static getUserWidgetsArray() {
return Object.values(WidgetUtils.getUserWidgets()); return Object.values(WidgetUtils.getUserWidgets());
} }
/** /**