Skip to content

Commit f87dcb9

Browse files
ErioldDaniel Montoya
andauthored
fix(coursefuture): se corrige el type del course (#655)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent c0260da commit f87dcb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/organisms/CourseList/types.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import { AcademicBox } from '@eclass/api'
22

33
export type ExtendAcademicList = AcademicBox & {
4-
show?: true
5-
text?: string
4+
soonCourse?: {
5+
show?: true
6+
text?: string
7+
}
68
}
79

810
interface PaymentText {

0 commit comments

Comments
 (0)