feat: new tab and other misc fixes
This commit is contained in:
@@ -126,6 +126,11 @@ const tabs = [
|
||||
courses: computed(() => courses.data?.live || []),
|
||||
count: computed(() => courses.data?.live?.length),
|
||||
},
|
||||
{
|
||||
label: 'New',
|
||||
courses: computed(() => courses.data?.new),
|
||||
count: computed(() => courses.data?.new?.length),
|
||||
},
|
||||
{
|
||||
label: 'Upcoming',
|
||||
courses: computed(() => courses.data?.upcoming),
|
||||
|
||||
Reference in New Issue
Block a user