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