diff --git a/src/app/(dashboard)/connections/components/connections-table.tsx b/src/app/(dashboard)/connections/components/connections-table.tsx index 44be4c8..f0c0dab 100644 --- a/src/app/(dashboard)/connections/components/connections-table.tsx +++ b/src/app/(dashboard)/connections/components/connections-table.tsx @@ -1,5 +1,6 @@ "use client"; +import * as React from "react"; import { useActionState, useEffect, useState, useTransition } from "react"; import { Loader2, Trash2 } from "lucide-react"; import { toast } from "sonner"; @@ -141,9 +142,10 @@ function ApprovedRow({ {pricing.length === 0 ? ( Katalog fiyatı ) : ( - + {pricing.length > 3 && `, +${pricing.length - 3} kural`} + )}