feat: bugfix
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user