Remove Tinter reference
This commit is contained in:
parent
fdced3da1b
commit
f3b4a21815
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ export default class MStickerBody extends MImageBody {
|
||||||
// Placeholder to show in place of the sticker image if
|
// Placeholder to show in place of the sticker image if
|
||||||
// img onLoad hasn't fired yet.
|
// img onLoad hasn't fired yet.
|
||||||
getPlaceholder() {
|
getPlaceholder() {
|
||||||
const TintableSVG = sdk.getComponent('elements.TintableSvg');
|
return <img src={require("../../../../res/img/icons-show-stickers.svg")} width="75" height="75" />;
|
||||||
return <TintableSVG src={require("../../../../res/img/icons-show-stickers.svg")} width="75" height="75" />;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tooltip to show on mouse over
|
// Tooltip to show on mouse over
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue