mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +03:00
Commented out "Recommending you" stats while we're in QA
no refs
This commit is contained in:
parent
8f5ac0620b
commit
9dea3d344a
@ -34,15 +34,15 @@ const IncomingRecommendationItem: React.FC<{mention: Mention}> = ({mention}) =>
|
||||
</div>
|
||||
</div>
|
||||
</TableCell>
|
||||
<TableCell className='hidden md:!visible md:!table-cell' onClick={showDetails}>
|
||||
{/* <TableCell className='hidden md:!visible md:!table-cell' onClick={showDetails}>
|
||||
<div className={`flex grow flex-col`}>
|
||||
{/* If it's 0 */}
|
||||
{/* <span className="text-grey-500">-</span> */}
|
||||
{/* If it's more than 0 */}
|
||||
If it's 0
|
||||
<span className="text-grey-500">-</span>
|
||||
If it's more than 0
|
||||
<span>12</span>
|
||||
<span className='whitespace-nowrap text-xs text-grey-700'>Subscribers gained</span>
|
||||
</div>
|
||||
</TableCell>
|
||||
</TableCell> */}
|
||||
</TableRow>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user