mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
4b2c4dd2b3
commit
9edffbffee
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ const Sidebar: React.FC<{
|
|||
<div className='flex items-end justify-between'>
|
||||
<div className='flex flex-col gap-5'>
|
||||
<div className='flex flex-col gap-1.5'>
|
||||
<span className='text-xs font-semibold leading-none text-grey-700'>Engagement</span>
|
||||
<span className='text-xs font-semibold leading-none text-grey-700'>Performance</span>
|
||||
<span>{offer?.redemption_count} {offer?.redemption_count === 1 ? 'redemption' : 'redemptions'}</span>
|
||||
</div>
|
||||
{offer?.redemption_count > 0 && offer?.last_redeemed ?
|
||||
|
|
Loading…
Add table
Reference in a new issue