fix ai proxy logs pagination (#3954)

* fix ai proxy logs pagination

* delete unused code
This commit is contained in:
heheer
2025-03-05 14:08:38 +08:00
committed by GitHub
parent b2e2fa6b76
commit dbf25cef88
2 changed files with 8 additions and 3 deletions

View File

@@ -255,8 +255,8 @@ const ChannelLog = ({ Tab }: { Tab: React.ReactNode }) => {
</Tr>
</Thead>
<Tbody>
{formatData.map((item) => (
<Tr key={item.id}>
{formatData.map((item, index) => (
<Tr key={index}>
<Td>{item.channelName}</Td>
<Td>{item.model}</Td>
<Td>