Explorar el Código

small fix2

master
Nikola Ignjatovic hace 4 años
padre
commit
60183d3caf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/components/ScrappeResult/ScrappeResult.js

+ 2
- 2
src/components/ScrappeResult/ScrappeResult.js Ver fichero

import React from 'react'; import React from 'react';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
//import CardApartments from '../CardApartments/CardApartments'
import CardApartments from '../CardApartments/CardApartments'
import CardHouses from '../CardHouses/CardHouses'; import CardHouses from '../CardHouses/CardHouses';
//import CardTownHouses from '../CardTownHouses/CardTownHouses';
import CardTownHouses from '../CardTownHouses/CardTownHouses';
const ScrappeResult = ({result, type, index}) => { const ScrappeResult = ({result, type, index}) => {
console.log(index); console.log(index);
return ( return (

Cargando…
Cancelar
Guardar