Fix issue which caused parent posts to fail at mobx reactivity
parent
e7d971410f
commit
7f4a54ff0d
|
@ -19,7 +19,7 @@ import {UserAvatar} from '../util/UserAvatar'
|
||||||
import {s, colors} from '../../lib/styles'
|
import {s, colors} from '../../lib/styles'
|
||||||
import {useStores} from '../../../state'
|
import {useStores} from '../../../state'
|
||||||
|
|
||||||
export const FeedItem = observer(function FeedItem({
|
export const FeedItem = observer(function ({
|
||||||
item,
|
item,
|
||||||
showReplyLine,
|
showReplyLine,
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Reference in New Issue