@@ -37,7 +37,7 @@ const Card: FC<PropsWithChildren<CardProps>> = (props) => {
router.push("/login?redirect=/");
return;
}
- if (groupType === 1 && Number(wallet.score) <= 0) {
+ if (groupType === 1 && Number(wallet.score) + wallet.point <= 0) {
router.push("/deposit");