You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove unused ref.
This commit is contained in:
@@ -106,7 +106,7 @@ export default class MStickerBody extends MImageBody {
|
|||||||
placeholderSize = placeholderSize + 'px';
|
placeholderSize = placeholderSize + 'px';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span className='mx_MStickerBody' ref='body'
|
<span className='mx_MStickerBody'
|
||||||
style={{
|
style={{
|
||||||
height: placeholderFixupHeight,
|
height: placeholderFixupHeight,
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user