Skip to content

Commit

Permalink
fix: a link tag area in notification follow item
Browse files Browse the repository at this point in the history
  • Loading branch information
winverse committed Feb 14, 2024
1 parent 589fbe0 commit 444af1e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ function FollowActionItem({ id, action, created_at, is_read, onClickNotification
<span className={cx('time', 'nowrap')}>{time}</span>
</p>
</div>
<div className={cx('button')}>
<FollowButton followingUserId={actor_user_id} />
</div>
</Link>
<div className={cx('button')}>
<FollowButton followingUserId={actor_user_id} />
</div>
</li>
)
}
Expand Down

0 comments on commit 444af1e

Please sign in to comment.