Remove unused ref.
This commit is contained in:
parent
aefccb134c
commit
cafbd2904e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
}}>
|
}}>
|
||||||
|
|
Loading…
Reference in a new issue