Show close time in cards on close date sort

This commit is contained in:
James Grugett 2022-05-18 17:06:13 -04:00
parent 6d3aaf71d4
commit 1f3f800a57

View File

@ -203,7 +203,7 @@ export function ContractSearchInner(props: {
contracts={contracts} contracts={contracts}
loadMore={showMore} loadMore={showMore}
hasMore={!isLastPage} hasMore={!isLastPage}
showCloseTime={index === 'contracts-closing-soon'} showCloseTime={index.endsWith('close-date')}
/> />
) )
} }