Display page views and unique visitors.

This commit is contained in:
Mike Cao 2020-07-28 19:04:45 -07:00
parent bdcdcd9d13
commit ce92c7897d
16 changed files with 162 additions and 44 deletions

View file

@ -26,7 +26,7 @@ export default function WebsiteList() {
<DateFilter onChange={handleDateChange} />
{data &&
data.websites.map(({ website_id, label }) => (
<div>
<div key={website_id}>
<h2>{label}</h2>
<WebsiteStats
websiteId={website_id}