diff --git a/framework/core/js/src/common/models/Discussion.ts b/framework/core/js/src/common/models/Discussion.tsx similarity index 98% rename from framework/core/js/src/common/models/Discussion.ts rename to framework/core/js/src/common/models/Discussion.tsx index 6a13193e4..f1146a5d7 100644 --- a/framework/core/js/src/common/models/Discussion.ts +++ b/framework/core/js/src/common/models/Discussion.tsx @@ -131,7 +131,7 @@ export default class Discussion extends Model { const items = new ItemList(); if (this.isHidden()) { - items.add('hidden', ); + items.add('hidden', ); } return items; diff --git a/framework/core/js/src/common/models/User.ts b/framework/core/js/src/common/models/User.tsx similarity index 100% rename from framework/core/js/src/common/models/User.ts rename to framework/core/js/src/common/models/User.tsx