homepage: fix betting streaks error
This commit is contained in:
parent
f111d6e24f
commit
540915eb65
|
@ -281,8 +281,8 @@ function DailyStats(props: {
|
||||||
const [first, last] = [metrics[0], metrics[metrics.length - 1]]
|
const [first, last] = [metrics[0], metrics[metrics.length - 1]]
|
||||||
|
|
||||||
const privateUser = usePrivateUser()
|
const privateUser = usePrivateUser()
|
||||||
const streaksHidden =
|
const streaks = privateUser?.notificationPreferences?.betting_streaks ?? []
|
||||||
privateUser?.notificationPreferences.betting_streaks.length === 0
|
const streaksHidden = streaks.length === 0
|
||||||
|
|
||||||
let profit = 0
|
let profit = 0
|
||||||
let profitPercent = 0
|
let profitPercent = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user