Skip to content

Commit 87877cf

Browse files
authored
my-course start offset from 0
1 parent 7c18353 commit 87877cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pods/components/my-courses/component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class MyCoursesTaskComponent extends Component {
88
@service api;
99

1010
limit = 8
11-
offset = 8
11+
offset = 0
1212
runs = []
1313
count = 0
1414

0 commit comments

Comments
 (0)