Readme
This commit is contained in:
@@ -60,6 +60,7 @@ import {
|
||||
import { toast } from "sonner";
|
||||
import { ContractChatModal } from "@/features/contracts/components/modals/contract-chat-modal";
|
||||
import { ContractProofModal } from "@/features/contracts/components/modals/contract-proof-modal";
|
||||
import { ContractCountdown } from "@/features/contracts/components/contract-countdown";
|
||||
import {
|
||||
stripMarkdown,
|
||||
exportToCSV,
|
||||
@@ -1122,6 +1123,10 @@ export function ContractsList({ refreshTrigger }: { refreshTrigger?: number }) {
|
||||
/>
|
||||
{status.label}
|
||||
</span>
|
||||
{contract.endDate &&
|
||||
contract.status === "COMPLETED" && (
|
||||
<ContractCountdown endDate={contract.endDate} />
|
||||
)}
|
||||
{contract.isRagged && (
|
||||
<span className="inline-flex items-center gap-1 rounded-full border border-cyan-500/30 bg-cyan-500/10 px-2 py-0.5 text-[10px] font-bold uppercase tracking-wider text-cyan-700 dark:text-cyan-300">
|
||||
<Network className="h-3 w-3" />
|
||||
|
||||
Reference in New Issue
Block a user