modified to construct the component impressions

This commit is contained in:
2026-02-24 16:57:23 -06:00
parent ee4a4be907
commit 0d37fb3536
8 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ interface ImpressionsProps {
function Impressions({ costs, numAcount, id_servicio }: ImpressionsProps) {
const [pages, setPages] = useState("");
const [cost, setCost] = useState("");
const [cost, setCost] = useState(String(costs[0].value));
const router = useRouter();