Fix issue which caused parent posts to fail at mobx reactivity

zio/stable
Paul Frazee 2022-12-21 14:37:22 -06:00
parent e7d971410f
commit 7f4a54ff0d
1 changed files with 1 additions and 1 deletions

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,
}: {