feat: bugfix

This commit is contained in:
zdl
2025-11-03 18:11:21 +08:00
parent fea0bc3bbe
commit 26ad017d32
2 changed files with 8 additions and 1 deletions

View File

@@ -268,7 +268,7 @@ const RelatedStocks = ({
return (
<VStack spacing={4}>
{[1, 2, 3].map((i) => (
<HStack key={i} w="100%" spacing={4}>
<HStack key={`skeleton-${i}`} w="100%" spacing={4}>
<Skeleton height="20px" width="100px" />
<Skeleton height="20px" width="150px" />
<Skeleton height="20px" width="80px" />