Feat display chapter finishes count (#813)
* display chapter finishes count * update style * display posts from all users as default
This commit is contained in:
1
enjoy/src/types/chapter.d.ts
vendored
1
enjoy/src/types/chapter.d.ts
vendored
@@ -6,6 +6,7 @@ type ChapterType = {
|
||||
title: string;
|
||||
content: string;
|
||||
course?: CourseType;
|
||||
finishesCount?: number;
|
||||
translations?: {
|
||||
language: string;
|
||||
content: string;
|
||||
|
||||
Reference in New Issue
Block a user