Browse Source

add withStudent in IShowDiscussion

visuddhinanda 2 years ago
parent
commit
ad980d819e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/reducers/discussion.ts

+ 1 - 0
dashboard/src/reducers/discussion.ts

@@ -17,6 +17,7 @@ export interface IShowDiscussion {
   topic?: string;
   comment?: string;
   sent?: ISentence;
+  withStudent?: boolean;
 }
 export interface ICount {
   count: number;