Merge pull request #64 from notnout/patch-1

Add "\" after boost in comments
This commit is contained in:
Keyan 2021-12-20 16:36:17 -06:00 committed by GitHub
commit ad705d9165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>