This commit is contained in:
bipproduction
2025-10-21 17:02:13 +08:00
parent 7d5bf004da
commit cb01ccaeee

View File

@@ -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