Improved tags list section

This commit is contained in:
Alejandro Celaya
2018-08-16 19:19:57 +02:00
parent 49290b56ee
commit f7f0d8c7c1
5 changed files with 79 additions and 28 deletions

View File

@@ -10,15 +10,7 @@ import DateInput from '../common/DateInput'
import VisitsParser from '../visits/services/VisitsParser'
import { getShortUrlVisits } from './reducers/shortUrlVisits'
import './ShortUrlVisits.scss'
const MutedMessage = ({ children }) =>
<div className="col-md-10 offset-md-1">
<Card className="bg-light mt-4" body>
<h3 className="text-center text-muted mb-0">
{children}
</h3>
</Card>
</div>;
import MutedMessage from '../utils/MuttedMessage';
export class ShortUrlsVisits extends React.Component {
state = { startDate: undefined, endDate: undefined };