fix: activity indicators props issue

This commit is contained in:
swve 2023-12-14 21:34:45 +01:00
parent 5173cb3461
commit 2b01852d31
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ interface Props {
course: any
orgslug: string
course_uuid: string
activity: any
current_activity?: any
}