summaryrefslogtreecommitdiff
path: root/src/lib/home/components/CategoryDynamic.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-30 16:09:07 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-30 16:09:07 +0700
commitc62a5dd32e961f06a01d0a535d2fbf37118ff2e7 (patch)
tree7ec86087859682504fcfea63c7df1308e70000dc /src/lib/home/components/CategoryDynamic.jsx
parent067b536d7ea507575bd5bc3c12815927bd40d103 (diff)
<iman> add key missing
Diffstat (limited to 'src/lib/home/components/CategoryDynamic.jsx')
-rw-r--r--src/lib/home/components/CategoryDynamic.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/home/components/CategoryDynamic.jsx b/src/lib/home/components/CategoryDynamic.jsx
index dda7cdc4..60e01df0 100644
--- a/src/lib/home/components/CategoryDynamic.jsx
+++ b/src/lib/home/components/CategoryDynamic.jsx
@@ -46,7 +46,7 @@ const CategoryDynamic = () => {
const countLevel1 = categoryData[category.categoryIdI] || 0;
return (
- <Skeleton isLoaded={categoryManagement}>
+ <Skeleton key={category.id} isLoaded={categoryManagement}>
<div key={category.id}>
<div className='bagian-judul flex flex-row justify-start items-center gap-3 mb-4 mt-4'>
<div className='font-semibold sm:text-h-lg mr-2'>{category.name}</div>