Kill a console log
This commit is contained in:
parent
31c6cb7739
commit
45b281fac5
|
@ -18,7 +18,6 @@ export const PortfolioValueSection = memo(
|
||||||
number | string | null
|
number | string | null
|
||||||
>(null)
|
>(null)
|
||||||
const handleGraphDisplayChange = (p: { y: number } | undefined) => {
|
const handleGraphDisplayChange = (p: { y: number } | undefined) => {
|
||||||
console.log(p)
|
|
||||||
setGraphDisplayNumber(p != null ? formatMoney(p.y) : null)
|
setGraphDisplayNumber(p != null ? formatMoney(p.y) : null)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user