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