mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add profile settings page
This commit is contained in:
parent
fac6b57ab3
commit
1157b77835
21 changed files with 456 additions and 134 deletions
|
|
@ -13,7 +13,7 @@ import { getOrgFromUri, getUriWithOrg } from "@services/config";
|
|||
export const Menu = (params : any) => {
|
||||
const router = useRouter();
|
||||
const pathname = usePathname();
|
||||
const orgslug = getOrgFromUri(pathname);
|
||||
const orgslug = getOrgFromUri();
|
||||
|
||||
return (
|
||||
<GlobalHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue