From 6a4ff1496bf1cfce2ed693522aaedfe9de425dbc Mon Sep 17 00:00:00 2001 From: lgou2w Date: Sat, 6 Jul 2024 11:25:21 +0800 Subject: [PATCH] chore: bangboo pool does not show currency --- src/components/gacha/overview/GachaOverviewGrid.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/gacha/overview/GachaOverviewGrid.tsx b/src/components/gacha/overview/GachaOverviewGrid.tsx index e9d095a..3790936 100644 --- a/src/components/gacha/overview/GachaOverviewGrid.tsx +++ b/src/components/gacha/overview/GachaOverviewGrid.tsx @@ -65,6 +65,7 @@ function GachaOverviewGridCard ({ facet, value, newbie }: { const aggregated = category === 'aggregated' const isZZZ = facet === AccountFacet.ZenlessZoneZero + const isBangboo = isZZZ && category === 'bangboo' return ( @@ -101,7 +102,9 @@ function GachaOverviewGridCard ({ facet, value, newbie }: { - + {!isBangboo && ( + + )} {lastGolden && !aggregated && (