File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -2,33 +2,15 @@ import { Bounty, BountyCourse } from "@/types/bounty";
2
2
import { colors } from "./colors" ;
3
3
import { reward } from "./reward" ;
4
4
import { metadata } from "./community" ;
5
+ import { mockCourse } from "./course" ;
5
6
6
7
const mockBountyCourse : BountyCourse = {
8
+ ...mockCourse ,
9
+ prerequisite : [ "" ] ,
7
10
duration : 0 ,
8
- slug : "" ,
9
11
active : false ,
10
- id : "" ,
11
- ref : "" ,
12
- created_at : new Date ( ) ,
13
- updated_at : new Date ( ) ,
14
- summary : "" ,
15
- level : 0 ,
16
- name : "" ,
17
- description : "" ,
18
- objectives : [ ] ,
19
- locale : "" ,
20
- community : "" ,
21
- introduction : {
22
- text : ""
23
- } ,
24
- certificateIcon : "" ,
25
- certificateData : {
26
- narrative : "" ,
27
- icon : ""
28
- } ,
29
- timestamp : 0 ,
30
- learningModules : [ ] ,
31
- translations : [ ]
12
+ slug : "ICP" ,
13
+
32
14
}
33
15
export const mockBounty : Bounty = {
34
16
url : "" ,
You can’t perform that action at this time.
0 commit comments