mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Indent
This commit is contained in:
parent
4a39297e65
commit
cb89406d3e
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ export default class WidgetUtils {
|
|||
* @return {[object]} Array containing current / active user widgets
|
||||
*/
|
||||
static getUserWidgetsArray() {
|
||||
return Object.values(WidgetUtils.getUserWidgets());
|
||||
return Object.values(WidgetUtils.getUserWidgets());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue