Browse Source

Missing prop breaks build

pull/1886/head
Gabe Kangas 6 years ago
parent
commit
6a1db77c53
  1. 1
      web/pages/components/chart.tsx

1
web/pages/components/chart.tsx

@ -4,6 +4,7 @@ import { timeFormat } from "d3-time-format"; @@ -4,6 +4,7 @@ import { timeFormat } from "d3-time-format";
interface ToolTipProps {
active?: boolean,
payload?: object,
unit?: string
};
const defaultProps = {
active: false,

Loading…
Cancel
Save