1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

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() {