Skip to content

Commit

Permalink
add dummy NIM
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 2, 2024
1 parent a7cf182 commit 52607c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const ColapseDoc = () => {
const [showSG, setShowSG] = React.useState(true);
const [showFG, setShowFG] = React.useState(false);
const [showSkelton, setShowSkelton] = React.useState(false);
const dataNIM = ["210001", "210002", "210003", "210004"];
return (
<Box mt="4">
<Box>
Expand Down

0 comments on commit 52607c4

Please sign in to comment.