1
0
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:
Richard Lewis
2018-03-29 16:57:21 +01:00
parent aefccb134c
commit cafbd2904e

View File

@@ -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,
}}> }}>