Missing prop breaks build

This commit is contained in:
Gabe Kangas
2020-10-29 12:39:59 -07:00
parent 8e907eb8f3
commit 6a1db77c53

View File

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