Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit f3b4a21

Browse files
committed
Remove Tinter reference
1 parent fdced3d commit f3b4a21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/views/messages/MStickerBody.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ export default class MStickerBody extends MImageBody {
4242
// Placeholder to show in place of the sticker image if
4343
// img onLoad hasn't fired yet.
4444
getPlaceholder() {
45-
const TintableSVG = sdk.getComponent('elements.TintableSvg');
46-
return <TintableSVG src={require("../../../../res/img/icons-show-stickers.svg")} width="75" height="75" />;
45+
return <img src={require("../../../../res/img/icons-show-stickers.svg")} width="75" height="75" />;
4746
}
4847

4948
// Tooltip to show on mouse over

0 commit comments

Comments
 (0)