Browse Source

small fix2

master
Nikola Ignjatovic 4 years ago
parent
commit
60183d3caf
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/components/ScrappeResult/ScrappeResult.js

+ 2
- 2
src/components/ScrappeResult/ScrappeResult.js View File

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

Loading…
Cancel
Save