Show close time in cards on close date sort
This commit is contained in:
parent
6d3aaf71d4
commit
1f3f800a57
|
@ -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')}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user