PR comments

This commit is contained in:
Wisani Shilumani 2018-07-16 09:27:24 +02:00
parent 168ce4c84e
commit b49e5942da

View File

@ -1,7 +1,7 @@
import React from 'react';
import Parser from 'html-react-parser';
import { PropTypes } from 'prop-types';
import './style.scss';
import Parser from 'html-react-parser';
const SearchResults = (props) => {
if (!props.data || props.data[0] === null) {