mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed static Unfollow
button from Following
tab
ref https://linear.app/ghost/issue/AP-499/remove-unfollow-buttons-from-following-tab-on-your-profile
This commit is contained in:
parent
8846cb9d19
commit
797a34f9e2
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@ const Profile: React.FC<ProfileProps> = ({}) => {
|
|||
<div className='text-sm'>{getUsername(item)}</div>
|
||||
</div>
|
||||
</div>
|
||||
<Button className='ml-auto' color='grey' label='Unfollow' link={true} onClick={(e) => {
|
||||
{/* <Button className='ml-auto' color='grey' label='Unfollow' link={true} onClick={(e) => {
|
||||
e?.preventDefault();
|
||||
alert('Implement me!');
|
||||
}} />
|
||||
}} /> */}
|
||||
</ActivityItem>
|
||||
);
|
||||
})}
|
||||
|
|
Loading…
Add table
Reference in a new issue