fix version 1.2.126

This commit is contained in:
2025-05-13 21:56:58 +08:00
parent 9acf6f3072
commit 327e79ce55

View File

@@ -173,7 +173,9 @@ export default function Forum_Beranda({
}}
/>
{!data.length || isLoading ? (
{/* <pre>{JSON.stringify(data, null, 2)}</pre> */}
{!data.length && isLoading ? (
<Forum_SkeletonCard />
) : _.isEmpty(data) ? (
<Forum_ComponentIsDataEmpty />