fix version 1.2.126
This commit is contained in:
@@ -173,7 +173,9 @@ export default function Forum_Beranda({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{!data.length || isLoading ? (
|
{/* <pre>{JSON.stringify(data, null, 2)}</pre> */}
|
||||||
|
|
||||||
|
{!data.length && isLoading ? (
|
||||||
<Forum_SkeletonCard />
|
<Forum_SkeletonCard />
|
||||||
) : _.isEmpty(data) ? (
|
) : _.isEmpty(data) ? (
|
||||||
<Forum_ComponentIsDataEmpty />
|
<Forum_ComponentIsDataEmpty />
|
||||||
|
|||||||
Reference in New Issue
Block a user