Update / remove stickerpacks
This commit is contained in:
parent
e508f06765
commit
393236ba34
3 changed files with 43 additions and 8 deletions
|
@ -45,7 +45,9 @@ function getUserWidgets() {
|
|||
* @return {[object]} Array containing current / active stickerpack widgets
|
||||
*/
|
||||
function getStickerpackWidgets() {
|
||||
const stickerpackWidgets = getUserWidgets().filter((widget) => widget.type='stickerpack');
|
||||
const widgets = getUserWidgets();
|
||||
console.warn("widgets", widgets);
|
||||
const stickerpackWidgets = widgets.filter((widget) => widget.type='stickerpack');
|
||||
console.warn('Stickerpack widgets', stickerpackWidgets);
|
||||
return stickerpackWidgets;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue