Fix issue which caused parent posts to fail at mobx reactivity

This commit is contained in:
Paul Frazee 2022-12-21 14:37:22 -06:00
parent e7d971410f
commit 7f4a54ff0d

View file

@ -19,7 +19,7 @@ import {UserAvatar} from '../util/UserAvatar'
import {s, colors} from '../../lib/styles'
import {useStores} from '../../../state'
export const FeedItem = observer(function FeedItem({
export const FeedItem = observer(function ({
item,
showReplyLine,
}: {