mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init assignment subpages and misc python and ts improvements
This commit is contained in:
parent
e9caa2ceb4
commit
dab80069d4
19 changed files with 109 additions and 49 deletions
|
|
@ -17,9 +17,6 @@ function HomeClient() {
|
|||
const { data: orgs } = useSWR(`${getAPIUrl()}orgs/user/page/1/limit/10`, (url) => swrFetcher(url, access_token))
|
||||
|
||||
useEffect(() => {
|
||||
console.log(orgs)
|
||||
|
||||
|
||||
}, [session, orgs])
|
||||
return (
|
||||
<div className='flex flex-col'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue