Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
1982 changed files with 79016 additions and 21270 deletions
Showing only changes of commit 327e79ce55 - Show all commits

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 />