Move the key

This commit is contained in:
Jackson Harper 2024-02-29 14:20:41 +08:00
parent 234b24ac4d
commit 0930548f31

View file

@ -64,7 +64,7 @@ export function TLDRLayout(props: TLDRLayoutProps): JSX.Element {
item.node.siteName
)
return (
<VStack css={{ gap: '10px' }}>
<VStack key={`tldr-${item.node.id}`} css={{ gap: '10px' }}>
<HStack
alignment="center"
distribution="start"
@ -131,7 +131,6 @@ export function TLDRLayout(props: TLDRLayoutProps): JSX.Element {
</SpanBox>
</HStack>
<HStack
key={`tldr-${item.node.id}`}
css={{
gap: '10px',
}}