fix(client/friendly): update widget id
This commit is contained in:
parent
90252c1c44
commit
996d71cf25
|
@ -178,7 +178,7 @@ defaultStore.loaded.then(() => {
|
|||
id: 'a', place: 'right', data: {},
|
||||
}, {
|
||||
name: 'trends',
|
||||
id: 'c', place: 'right', data: {},
|
||||
id: 'b', place: 'right', data: {},
|
||||
}]);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue