chore: profile setting bug fixes (#3068)
* chore: change password page redirection fix * chore: profile activity profile redirection fix
This commit is contained in:
parent
8041b23a63
commit
82c0ee00a3
2 changed files with 7 additions and 14 deletions
|
|
@ -156,7 +156,9 @@ const ProfileActivityPage: NextPageWithLayout = () => {
|
|||
{activityItem.actor_detail.first_name} Bot
|
||||
</span>
|
||||
) : (
|
||||
<Link href={`/${workspaceSlug}/profile/${activityItem.actor_detail.id}`}>
|
||||
<Link
|
||||
href={`/${activityItem.workspace_detail.slug}/profile/${activityItem.actor_detail.id}`}
|
||||
>
|
||||
<span className="text-gray font-medium">
|
||||
{activityItem.actor_detail.display_name}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue