mirror of https://github.com/vector-im/riot-web
Merge remote-tracking branch 'origin/develop' into develop
commit
5a6d80b6d7
|
@ -223,7 +223,6 @@ export default class Stickerpicker extends React.Component {
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
// Default content to show if stickerpicker widget not added
|
// Default content to show if stickerpicker widget not added
|
||||||
console.warn("No available sticker picker widgets");
|
|
||||||
stickersContent = this._defaultStickerpickerContent();
|
stickersContent = this._defaultStickerpickerContent();
|
||||||
}
|
}
|
||||||
return stickersContent;
|
return stickersContent;
|
||||||
|
|
Loading…
Reference in New Issue