mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 02:22:12 +03:00
parent
869a25adcf
commit
80efb64190
@ -167,7 +167,7 @@ export const LinkItem = (props: LinkItemProps): ReactElement => {
|
|||||||
style={{ cursor: node.post.pending ? 'default' : 'pointer' }}>
|
style={{ cursor: node.post.pending ? 'default' : 'pointer' }}>
|
||||||
<Box display='flex'>
|
<Box display='flex'>
|
||||||
<Icon color={commColor} icon='Chat' />
|
<Icon color={commColor} icon='Chat' />
|
||||||
<Text color={commColor} ml={1}>{node.children.size}</Text>
|
<Text color={commColor} ml={1}>{size}</Text>
|
||||||
</Box>
|
</Box>
|
||||||
</Link>
|
</Link>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user