mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
refactor: improve perf on the frontend
This commit is contained in:
parent
5e7ae54215
commit
744e372f4e
8 changed files with 61 additions and 51 deletions
|
|
@ -65,7 +65,7 @@ function ActivityIndicators(props: Props) {
|
|||
key={activity.activity_uuid}
|
||||
>
|
||||
<Link
|
||||
prefetch={true}
|
||||
prefetch={false}
|
||||
href={
|
||||
getUriWithOrg(orgslug, '') +
|
||||
`/course/${courseid}/activity/${activity.activity_uuid.replace(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue