Fix build

This commit is contained in:
Austin Chen 2022-02-23 17:01:04 -08:00
parent e8328ab7a0
commit f6dd7505f9

View File

@ -759,7 +759,7 @@ export function ContractFeed(props: {
) : feedType === 'market' ? (
<FeedDescription contract={contract} />
) : feedType === 'multi' ? (
<FeedAnswer contract={contract} outcome={outcome} />
<FeedAnswer contract={contract} outcome={outcome || '0'} />
) : null
) : activityItem.type === 'comment' ? (
<FeedComment