modified to construct the component impressions
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user