Check for empty user widgets.

This commit is contained in:
Richard Lewis 2018-02-07 10:05:50 +00:00
parent 393236ba34
commit f3943bef51
2 changed files with 6 additions and 3 deletions

View file

@ -87,7 +87,6 @@ export default class Stickerpack extends React.Component {
this._getStickerPickerWidget();
return;
}
console.error("Unhandled widget action");
}
_getStickerPickerWidget() {