Include contract description in activity feed

This commit is contained in:
Austin Chen 2022-01-10 13:59:09 -05:00
parent f56c14cac5
commit cb3a1ea7bb

View File

@ -227,6 +227,7 @@ function FeedQuestion(props: { contract: Contract }) {
probPercent={probPercent} probPercent={probPercent}
/> />
</Row> </Row>
<ContractDescription contract={contract} isCreator={false} />
</div> </div>
</> </>
) )