Skip to content

Commit

Permalink
chore(core): improve type safety
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Sep 17, 2024
1 parent befbdda commit 797d7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/js/src/forum/components/DiscussionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class DiscussionPage<CustomAttrs extends IDiscussionPageAttrs = I
}
}

view() {
view(): Mithril.Children {
return <div className="DiscussionPage">{this.viewItems().toArray()}</div>;
}

Expand Down

0 comments on commit 797d7e0

Please sign in to comment.