Remove timestamp from question feed item

This commit is contained in:
jahooma 2022-01-21 18:10:38 -06:00
parent 4ba112df2e
commit b29e69a52c

View File

@ -268,7 +268,7 @@ function FeedQuestion(props: { contract: Contract }) {
name={creatorName}
username={creatorUsername}
/>{' '}
asked <Timestamp time={createdTime} />
asked
{closeMessage}
</div>
<Col className="items-start sm:flex-row justify-between gap-2 sm:gap-4 mb-4">