chore: image file update, icon consistency, bug fixes and code refactor (#3107)
* chore: workspace view icon consistency * chore: icon added in breadcrumb dropdown * chore: svg image replaced with webp * fix: build fix * chore: unused variables removed * chore: module sidebar copy module link fix
This commit is contained in:
parent
ee68c3ae86
commit
b78e83d81b
24 changed files with 18 additions and 1542 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { ReactElement } from "react";
|
||||
import useSWR from "swr";
|
||||
import { useRouter } from "next/router";
|
||||
import Link from "next/link";
|
||||
// services
|
||||
import { UserService } from "services/user.service";
|
||||
|
|
@ -23,9 +22,6 @@ import { NextPageWithLayout } from "types/app";
|
|||
const userService = new UserService();
|
||||
|
||||
const ProfileActivityPage: NextPageWithLayout = () => {
|
||||
const router = useRouter();
|
||||
const { workspaceSlug } = router.query;
|
||||
|
||||
const { data: userActivity } = useSWR(USER_ACTIVITY, () => userService.getUserActivity());
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue