import React, { PropTypes } from 'react'; import Row from 'react-bootstrap/lib/Row'; import Col from 'react-bootstrap/lib/Col'; import Loader from 'components/Loader'; const style = require('./style.scss'); const SurahInfo = ({ surah, isShowingSurahInfo, onClose, loadInfo }) => { // So we don't need to load images and files unless needed if (!isShowingSurahInfo) return