Merge pull request #64 from notnout/patch-1
Add "\" after boost in comments
This commit is contained in:
commit
ad705d9165
|
@ -80,6 +80,7 @@ export default function Comment ({
|
|||
{item.boost > 0 &&
|
||||
<>
|
||||
<span>{item.boost} boost</span>
|
||||
<span> \ </span>
|
||||
</>}
|
||||
<Link href={`/items/${item.id}`} passHref>
|
||||
<a onClick={e => e.stopPropagation()} className='text-reset'>{item.ncomments} replies</a>
|
||||
|
|
Loading…
Reference in New Issue