chore: fix typecheck
ci-web / test (push) Failing after 25m19s

This commit is contained in:
Nuxgrid
2026-07-28 20:50:23 +02:00
parent 0ad62f2426
commit cb651a04e2
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ import {
ModalBody, ModalBody,
ModalCloseButton, ModalCloseButton,
ModalContent, ModalContent,
ModalFooter,
ModalHeader, ModalHeader,
ModalOverlay, ModalOverlay,
SimpleGrid, SimpleGrid,
+1 -1
View File
@@ -81,7 +81,7 @@ export function Leads() {
<Tbody> <Tbody>
{leads.map((l) => ( {leads.map((l) => (
<Tr key={l.id}> <Tr key={l.id}>
<Td fontWeight="medium">{l.Telegram}</Td> <Td fontWeight="medium">{l.telegram}</Td>
<Td> <Td>
<Badge>{l.status}</Badge> <Badge>{l.status}</Badge>
</Td> </Td>