Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove Tinter reference
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg authored and dbkr committed Jul 5, 2021
1 parent 9999b01 commit 1551657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/views/messages/MStickerBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ export default class MStickerBody extends MImageBody {
// Placeholder to show in place of the sticker image if
// img onLoad hasn't fired yet.
getPlaceholder() {
const TintableSVG = sdk.getComponent('elements.TintableSvg');
return <TintableSVG src={require("../../../../res/img/icons-show-stickers.svg")} width="75" height="75" />;
return <img src={require("../../../../res/img/icons-show-stickers.svg")} width="75" height="75" />;
}

// Tooltip to show on mouse over
Expand Down

0 comments on commit 1551657

Please sign in to comment.