Fix typescript errors

This commit is contained in:
Gabe Kangas
2020-11-08 11:51:04 -08:00
parent 24d71cec58
commit f2499ebb5d
3 changed files with 16 additions and 3 deletions

View File

@@ -109,16 +109,19 @@ export default function ViewersOverTime() {
title="Current viewers"
value={viewerCount.toString()}
prefix={<UserOutlined />}
color="#334"
/>
<StatisticItem
title="Peak viewers this session"
value={sessionPeakViewerCount.toString()}
prefix={<UserOutlined />}
color="#334"
/>
<StatisticItem
title="Peak viewers overall"
value={overallPeakViewerCount.toString()}
prefix={<UserOutlined />}
color="#334"
/>
</Row>
<div className="chart-container">