From a191bbbe5cdcd6923fc394527bd22f0f3d9ecc14 Mon Sep 17 00:00:00 2001
From: Syahreza Adnan Al Azhar
 <139461771+SyahrezaAdnanAlAzhar@users.noreply.github.com>
Date: Wed, 11 Sep 2024 16:32:40 +0700
Subject: [PATCH] Update table lolos tes tulis SG 2024

---
 components/ColapseDoc.jsx | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/components/ColapseDoc.jsx b/components/ColapseDoc.jsx
index 6d5fc498..0c2668fc 100644
--- a/components/ColapseDoc.jsx
+++ b/components/ColapseDoc.jsx
@@ -10,7 +10,8 @@ const ColapseDoc = () => {
   "103052300084", "103032330103", "103052300026", "103012300483", "103012300316", "103012330009", "103052330011", "103012300394",
   "103012330104", "103012300453", "7708223080", "103012300309", "103012300328", "103012300025", "103012300105", "103012300249",
   "103012300480", "103012300397", "103012300176", "103012330401", "103052330034", "103052300082", "103012300166", "103032300013",
-  "103012300463", "103052300008", "103012300012", "103012300245", "103012330023", "103052300054", "103012300018", "103012300371"];
+  "103012300463", "103052300008", "103012300012", "103012300245", "103012330023", "103052300054", "103012300018", "103012300371",
+  "1301223015", "103012330264", "1301224059", "1301220409", "103012300150", "1305220010", "1302223041", "1305223033", "1301223287"];
   return (
     <Box mt="4">
       <Box>
@@ -75,7 +76,7 @@ const ColapseDoc = () => {
             <Box mt={8} overflowX="auto">
               
               <SimpleGrid columns={{ base: 2, sm: 3, md: 4, lg: 5 }} spacing={4}>
-                {dataNIM.map((nim, index) => (
+                {dataNIM.slice(0, dataNIM.length - 9).map((nim, index) => (
                   <Box
                     key={index}
                     p={4}
@@ -105,7 +106,7 @@ const ColapseDoc = () => {
           <Heading>
             Focus Group
           </Heading>
-{/*           <Skeleton isLoaded={showSkelton}>
+          <Skeleton isLoaded={showSkelton}>
             <Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
               <iframe
                 // 2021
@@ -121,11 +122,11 @@ const ColapseDoc = () => {
                 onLoad={()=>setShowSkelton(true)}
               >Loading…</iframe>
             </Box>
-          </Skeleton> */}
+          </Skeleton>
           <Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="2" mt="4">
             Let's Join With Us
           </Heading>
-{/*           <Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
+          <Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
             <iframe
               //src="https://forms.office.com/r/mcKwRMivwy"
               // 2024
@@ -133,7 +134,7 @@ const ColapseDoc = () => {
               width="100%"
               height="100%"
             >Loading…</iframe>
-          </Box> */}
+          </Box>
         </Box>
       </Collapse>
     </Box>