@@ -18,7 +18,7 @@ const HomePrize: FC<Props> = (props) => {
const t = useTranslations("HomePage");
const tt = useTranslations("Game");
- console.log(data);
+ if (!data?.length) return null;
return (
<div className={"my-[0.0694rem] px-[.1rem] pb-[.0rem]"}>
@@ -339,7 +339,7 @@ const Sidebar: FC<PropsWithChildren<Props>> = (props) => {
></div>
)}
</div>
- {walletCfg?.length && (
+ {!!walletCfg?.length && (
<>
<div className={clsx(styles.sideTitle, "mt-[.06rem]")}>
<i