## Deskripsi:
- Cek notif
## No Issue
This commit is contained in:
2024-08-26 17:18:09 +08:00
parent a6bb993b0d
commit 916c5c7d85
183 changed files with 720 additions and 584 deletions

View File

@@ -11,12 +11,8 @@ export default function ComponentGlobal_IsEmptyData({
}) {
return (
<>
<Center
h={height ? `${height}vh` : "70vh"}
fz={"sm"}
fw={"bold"}
>
<Text c={"gray"}>{text ? text : "Tidak Ada Data"}</Text>
<Center h={height ? `${height}vh` : "70vh"} fz={"sm"} fw={"bold"}>
<Text c={"gray"}>{text ? text : "Tidak ada data"}</Text>
</Center>
</>
);