mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Move the key
This commit is contained in:
parent
234b24ac4d
commit
0930548f31
1 changed files with 1 additions and 2 deletions
|
|
@ -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',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue