bugfix: Export download next link changed to anchor (#2000)
* bugfix: Export download next link changd to anchot * bugfix: user workspace service name update --------- Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612@gmail.com>
This commit is contained in:
parent
8a3b65a740
commit
b2e5760391
2 changed files with 3 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ const ProfileActivity = () => {
|
|||
|
||||
const { data: userActivity } = useSWR(
|
||||
workspaceSlug ? USER_ACTIVITY : null,
|
||||
workspaceSlug ? () => userService.getUserActivity(workspaceSlug.toString()) : null
|
||||
workspaceSlug ? () => userService.getUserWorkspaceActivity(workspaceSlug.toString()) : null
|
||||
);
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue