remove freebie tag from pinned items

This commit is contained in:
keyan 2023-10-06 19:32:48 -05:00
parent a474b6b94e
commit 8ace053be5
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default function ItemInfo ({
<Link href='/recent/outlawed'>
{' '}<Badge className={styles.newComment} bg={null}>outlawed</Badge>
</Link>) ||
(item.freebie &&
(item.freebie && !item.position &&
<Link href='/recent/freebies'>
{' '}<Badge className={styles.newComment} bg={null}>freebie</Badge>
</Link>