[FIX] Reply component sending unused prop to Description (#2900)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
parent
0d5e50eb4b
commit
9a8047e64d
|
@ -172,7 +172,6 @@ const Reply = React.memo(({
|
||||||
/>
|
/>
|
||||||
<Description
|
<Description
|
||||||
attachment={attachment}
|
attachment={attachment}
|
||||||
timeFormat={timeFormat}
|
|
||||||
getCustomEmoji={getCustomEmoji}
|
getCustomEmoji={getCustomEmoji}
|
||||||
theme={theme}
|
theme={theme}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue