tambahan
This commit is contained in:
@@ -100,7 +100,8 @@ export default function WaHookHome() {
|
||||
|
||||
<Divider color="rgba(0,255,200,0.2)" />
|
||||
|
||||
<ScrollArea h={600} type="always" scrollHideDelay={0}>
|
||||
<pre>{JSON.stringify(data, null, 2)}</pre>
|
||||
|
||||
<Stack gap="md">
|
||||
{data?.data?.list?.length ? (
|
||||
data.data.list.map((item) => {
|
||||
@@ -210,7 +211,6 @@ export default function WaHookHome() {
|
||||
</Card>
|
||||
)}
|
||||
</Stack>
|
||||
</ScrollArea>
|
||||
|
||||
<Group justify="center" mt="xl">
|
||||
<Pagination
|
||||
|
||||
Reference in New Issue
Block a user