mirror of https://github.com/vector-im/riot-web
Remove unused ref.
parent
aefccb134c
commit
cafbd2904e
|
@ -106,7 +106,7 @@ export default class MStickerBody extends MImageBody {
|
|||
placeholderSize = placeholderSize + 'px';
|
||||
|
||||
return (
|
||||
<span className='mx_MStickerBody' ref='body'
|
||||
<span className='mx_MStickerBody'
|
||||
style={{
|
||||
height: placeholderFixupHeight,
|
||||
}}>
|
||||
|
|
Loading…
Reference in New Issue